diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 5917cd9..b36b1ea 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 called `main`. +# Configures this workflow to run every time a change is pushed to the branch `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: + 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. 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.