Skip to content

chore: install a lot of stuff #21

chore: install a lot of stuff

chore: install a lot of stuff #21

name: Build and Push Base Container
on:
push:
branches:
- main
paths:
- 'base/**'
- '.github/workflows/build-base-container.yaml'
permissions:
contents: read
packages: write
jobs:
call-build-workflow:
name: Build & Push Base
uses: erhardtconsulting/desktop/.github/workflows/build-container.yaml@main
with:
image: base
push: true