diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 8affd96..3a04d9e 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -47,7 +47,7 @@ jobs: # This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels. - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@f7b4ed12385588c3f9bc252f0a2b520d83b52d48 + uses: docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: |