diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index fd607c2..f5c0f02 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -27,7 +27,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ runner.arch }}-buildx- - id: meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 https://github.com/docker/metadata-action/releases/tag/v5.9.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} flavor: | @@ -64,7 +64,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ runner.arch }}-buildx- - id: meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 https://github.com/docker/metadata-action/releases/tag/v5.9.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} flavor: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da846ca..dba507b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ runner.arch }}-buildx- - id: meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 https://github.com/docker/metadata-action/releases/tag/v5.9.0 with: images: | ${{ env.DOCKER_IMAGE_NAME }} @@ -104,7 +104,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ runner.arch }}-buildx- - id: meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 https://github.com/docker/metadata-action/releases/tag/v5.9.0 with: images: | ${{ env.DOCKER_IMAGE_NAME }} @@ -165,7 +165,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - id: meta-dockerhub name: Metadata - Docker Hub - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 https://github.com/docker/metadata-action/releases/tag/v5.9.0 with: images: ${{ env.DOCKER_IMAGE_NAME }} flavor: | @@ -177,7 +177,7 @@ jobs: type=ref,event=branch - id: meta-dockerhub-tag name: Metadata - Docker Hub (Tags) - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 https://github.com/docker/metadata-action/releases/tag/v5.9.0 with: images: | ${{ env.DOCKER_IMAGE_NAME }} @@ -188,7 +188,7 @@ jobs: type=match,pattern=v(.*),group=1 - id: meta-ghcr name: Metadata - GHCR - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 https://github.com/docker/metadata-action/releases/tag/v5.9.0 with: images: ${{ env.GHCR_IMAGE_NAME }} flavor: | @@ -200,7 +200,7 @@ jobs: type=ref,event=branch - id: meta-ghcr-tag name: Metadata - GHCR (Tags) - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 https://github.com/docker/metadata-action/releases/tag/v5.9.0 with: images: | ${{ env.GHCR_IMAGE_NAME }}