diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97c732d8..45508ef9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,7 +136,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta # This pinned action came from docker/metadata-action@v5, releases can be found on https://github.com/docker/metadata-action/releases - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 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.