summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoler_j <soler_j@etna-alternance.net>2025-04-27 22:18:30 +0200
committersoler_j <soler_j@etna-alternance.net>2025-04-27 22:18:30 +0200
commitb1803883392847eb30150ed58f45c619fd259650 (patch)
treeb31554873e52c30ee03b3e4b06d7fa63c8f2165c
parent52e83702cef073308a5e3ebb3b36dec00dfb07d3 (diff)
Activer la poussée des images Docker dans le workflow de construction
-rw-r--r--.github/workflows/build.yml2
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 }}