From b0a2043702025077cf1b6f0885b7ed64aacccb57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 04:50:12 +0000 Subject: [PATCH] chore(deps): update ci dependencies --- .github/workflows/docker-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0d3efce..f25a70d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -76,7 +76,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@b13d25e5fcf2e04305d8aedc9a6c28ebe258e934 + uses: docker/metadata-action@dde548f1603e003959483c86c72ec03454216f9c with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | @@ -86,7 +86,7 @@ jobs: - name: Build and push Docker image (Production Release) id: build-and-push - uses: docker/build-push-action@1031bc45c52785b1a3a0db59db1e207f047a88c5 + uses: docker/build-push-action@eb6512707bea5740b2608f2a43ece7bc543cb75b with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7 @@ -126,7 +126,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@b13d25e5fcf2e04305d8aedc9a6c28ebe258e934 + uses: docker/metadata-action@dde548f1603e003959483c86c72ec03454216f9c with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | @@ -134,7 +134,7 @@ jobs: - name: Build and push Docker image (Development Release) id: build-and-push - uses: docker/build-push-action@1031bc45c52785b1a3a0db59db1e207f047a88c5 + uses: docker/build-push-action@eb6512707bea5740b2608f2a43ece7bc543cb75b with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7