diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index 58265a8..f00878c 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -49,7 +49,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@70b2cdc6480c1a8b86edf1777157f8f437de2166 + uses: docker/metadata-action@d31acd50653ded455ab8972a1eb9a656b0aef94a with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}