From 3bafbb19197474799c0d2982c7b9b93cfff568ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:03:55 +0100 Subject: [PATCH] build(deps): bump docker/metadata-action from 6.0.0 to 6.1.0 (#6490) Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Signed-off-by: dependabot[bot] --- .github/workflows/push-docker-base.yml | 2 +- .github/workflows/push-docker.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-docker-base.yml b/.github/workflows/push-docker-base.yml index 801a4328f..57d0935d1 100644 --- a/.github/workflows/push-docker-base.yml +++ b/.github/workflows/push-docker-base.yml @@ -75,7 +75,7 @@ jobs: - name: Generate tags for base image id: meta - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ secrets.DOCKER_HUB_ORG_USERNAME }}/stirling-pdf-base diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml index 6ee9f89f4..9f66adb97 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -129,7 +129,7 @@ jobs: - name: Generate tags for latest id: meta if: env.RUN_MAIN_APP == 'true' - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf @@ -178,7 +178,7 @@ jobs: - name: Generate tags for latest-fat id: meta-fat - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 if: env.RUN_MAIN_APP == 'true' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/testMain' with: images: | @@ -222,7 +222,7 @@ jobs: - name: Generate tags for ultra-lite id: meta-lite - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 if: env.RUN_MAIN_APP == 'true' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/testMain' with: images: |