From 30061abc547efa6bf4df0c28d0048fe59399e39c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:48:17 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 601a80b --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a4af22..c26a57ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: ## build but don't push for PRs and renovate - name: Docker build - native - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6 with: context: . file: commafeed-server/src/main/docker/Dockerfile.native @@ -151,7 +151,7 @@ jobs: platforms: linux/amd64,linux/arm64/v8 - name: Docker build - jvm - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6 with: context: . file: commafeed-server/src/main/docker/Dockerfile.jvm @@ -160,7 +160,7 @@ jobs: ## build and push tag - name: Docker build and push tag - native - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6 if: ${{ github.ref_type == 'tag' }} with: context: . @@ -172,7 +172,7 @@ jobs: athou/commafeed:${{ github.ref_name }}-${{ matrix.database }} - name: Docker build and push tag - jvm - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6 if: ${{ github.ref_type == 'tag' }} with: context: . @@ -185,7 +185,7 @@ jobs: ## build and push master - name: Docker build and push master - native - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6 if: ${{ github.ref_name == 'master' }} with: context: . @@ -195,7 +195,7 @@ jobs: tags: athou/commafeed:master-${{ matrix.database }} - name: Docker build and push master - jvm - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6 if: ${{ github.ref_name == 'master' }} with: context: .