ci: remove allowed branches for build and try alpine container in basic
Some checks failed
/ bake (push) Failing after 0s

This commit is contained in:
Victor Lacasse-Beaudoin 2025-07-11 19:49:48 -04:00
parent eeeb3b6493
commit 8ae472f60d
3 changed files with 6 additions and 4 deletions

View file

@ -5,8 +5,10 @@ on:
- 'vlbeaudoin/*'
jobs:
bake:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: alpine@latest
run: echo Hello alpine
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with: