Implémenter workflow d'intégration continue de base #247

Merged
vlbeaudoin merged 21 commits from vlbeaudoin/actions into main 2025-07-12 22:15:13 -04:00
3 changed files with 6 additions and 4 deletions
Showing only changes of commit 8ae472f60d - Show all commits

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:

View file

@ -1,8 +1,8 @@
on:
push:
branches:
- 'main'
- 'vlbeaudoin/*'
#- 'main'
#- 'vlbeaudoin/*'
jobs:
validate-go:
runs-on: docker

View file

@ -1,7 +1,7 @@
on:
push:
tags:
- 'build/*'
#- 'build/*'
jobs:
hello-world:
runs-on: docker