From b1803883392847eb30150ed58f45c619fd259650 Mon Sep 17 00:00:00 2001 From: soler_j Date: Sun, 27 Apr 2025 22:18:30 +0200 Subject: Activer la poussée des images Docker dans le workflow de construction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- cgit v1.2.3