diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c50ec10..4a9257c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -49,7 +49,7 @@ jobs: # and labels. - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621 + uses: docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2 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.