From 0cb67d0f32b632692e2d0c8d4ef4ed21278fa990 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:09:20 +0000 Subject: [PATCH] chore(deps): Update int128/docker-manifest-create-action digest to 6edb434 --- .github/workflows/docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ef9ac1d..909480c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -228,7 +228,7 @@ jobs: fi - name: Create and push manifest - uses: int128/docker-manifest-create-action@5e40f15c10aaa54f5d2bc91864e2708e11ad629f # v2 + uses: int128/docker-manifest-create-action@6edb43463bd4878b8cee224ca274378a3635d78f # v2 with: tags: ${{ steps.meta.outputs.tags }} sources: | @@ -237,7 +237,7 @@ jobs: - name: Create and push :latest manifest if: ${{ github.ref_type == 'tag' }} - uses: int128/docker-manifest-create-action@5e40f15c10aaa54f5d2bc91864e2708e11ad629f # v2 + uses: int128/docker-manifest-create-action@6edb43463bd4878b8cee224ca274378a3635d78f # v2 with: tags: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest sources: | @@ -246,7 +246,7 @@ jobs: - name: Create and push :main manifest if: ${{ github.ref == 'refs/heads/main' }} - uses: int128/docker-manifest-create-action@5e40f15c10aaa54f5d2bc91864e2708e11ad629f # v2 + uses: int128/docker-manifest-create-action@6edb43463bd4878b8cee224ca274378a3635d78f # v2 with: tags: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:main sources: |