ci: remove allowed branches for build and try alpine container in basic
Some checks failed
/ bake (push) Failing after 0s
Some checks failed
/ bake (push) Failing after 0s
This commit is contained in:
parent
eeeb3b6493
commit
8ae472f60d
3 changed files with 6 additions and 4 deletions
|
@ -5,8 +5,10 @@ on:
|
||||||
- 'vlbeaudoin/*'
|
- 'vlbeaudoin/*'
|
||||||
jobs:
|
jobs:
|
||||||
bake:
|
bake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- uses: alpine@latest
|
||||||
|
run: echo Hello alpine
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
- uses: docker/bake-action@v6
|
- uses: docker/bake-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
#- 'main'
|
||||||
- 'vlbeaudoin/*'
|
#- 'vlbeaudoin/*'
|
||||||
jobs:
|
jobs:
|
||||||
validate-go:
|
validate-go:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'build/*'
|
#- 'build/*'
|
||||||
jobs:
|
jobs:
|
||||||
hello-world:
|
hello-world:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue