diff options
| author | soler_j <soler_j@etna-alternance.net> | 2025-04-27 22:18:30 +0200 |
|---|---|---|
| committer | soler_j <soler_j@etna-alternance.net> | 2025-04-27 22:18:30 +0200 |
| commit | b1803883392847eb30150ed58f45c619fd259650 (patch) | |
| tree | b31554873e52c30ee03b3e4b06d7fa63c8f2165c /.github/workflows/build.yml | |
| parent | 52e83702cef073308a5e3ebb3b36dec00dfb07d3 (diff) | |
Activer la poussée des images Docker dans le workflow de construction
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a9ff22..e148909 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: with: context: . platforms: ${{ matrix.platform }} # Specify the platform for the build - push: false # Do not push yet + push: true # Do not push yet tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.tag }} labels: ${{ steps.meta-api.outputs.labels }} |
