From 822c188f0c25c8c70763a92abf337ac2459c4a44 Mon Sep 17 00:00:00 2001 From: Lelian Thorel Date: Tue, 4 Nov 2025 11:05:45 +0100 Subject: [PATCH] fix(ci): typo --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b36b1ea..5917cd9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,7 +1,7 @@ # name: Create and publish a Docker image -# Configures this workflow to run every time a change is pushed to the branch `main`. +# Configures this workflow to run every time a change is pushed to the branch called `main`. on: push: branches: ["main"] @@ -36,7 +36,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 - with:Après la découverte ne pas fermer la cellule de crise et tout poser pour voir ce qui a été bien fait mal et quoi modifier. + with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see [Usage](https://github.com/docker/build-push-action#usage) in the README of the `docker/build-push-action` repository.