diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 6acf04c..b3d6d69 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@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 https://github.com/docker/metadata-action/releases/tag/v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.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@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 https://github.com/docker/metadata-action/releases/tag/v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} flavor: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21e2608..5e5b494 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@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 https://github.com/docker/metadata-action/releases/tag/v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.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@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 https://github.com/docker/metadata-action/releases/tag/v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.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@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 https://github.com/docker/metadata-action/releases/tag/v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.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@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 https://github.com/docker/metadata-action/releases/tag/v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.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@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 https://github.com/docker/metadata-action/releases/tag/v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.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@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 https://github.com/docker/metadata-action/releases/tag/v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 https://github.com/docker/metadata-action/releases/tag/v5.8.0 with: images: | ${{ env.GHCR_IMAGE_NAME }}