From 1d62f7ec23a20c706b3bd3aef97e32ed1a551558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:55:12 +0000 Subject: [PATCH] build(deps): bump docker/metadata-action from 5.10.0 to 6.0.0 (#5889) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml index e327ea1bb..f7e6fa521 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -106,7 +106,7 @@ jobs: - name: Generate tags for latest id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 with: images: | ${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf @@ -151,7 +151,7 @@ jobs: - name: Generate tags for latest-fat id: meta-fat - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/testMain' with: images: | @@ -195,7 +195,7 @@ jobs: - name: Generate tags for ultra-lite id: meta-lite - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/testMain' with: images: |