From d848f72a0b3d01482af95259d276132fdfdb2b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:00:18 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 0adf995 --- .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 9a80887d..80af96cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: ## build but don't push for PRs and renovate - name: Docker build - native - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: context: . file: commafeed-server/src/main/docker/Dockerfile.native @@ -126,7 +126,7 @@ jobs: platforms: linux/amd64,linux/arm64/v8 - name: Docker build - jvm - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: context: . file: commafeed-server/src/main/docker/Dockerfile.jvm @@ -135,7 +135,7 @@ jobs: ## build and push tag - name: Docker build and push tag - native - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 if: ${{ github.ref_type == 'tag' }} with: context: . @@ -147,7 +147,7 @@ jobs: athou/commafeed:${{ github.ref_name }}-${{ matrix.database }} - name: Docker build and push tag - jvm - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 if: ${{ github.ref_type == 'tag' }} with: context: . @@ -160,7 +160,7 @@ jobs: ## build and push master - name: Docker build and push master - native - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 if: ${{ github.ref_name == 'master' }} with: context: . @@ -170,7 +170,7 @@ jobs: tags: athou/commafeed:master-${{ matrix.database }} - name: Docker build and push master - jvm - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 if: ${{ github.ref_name == 'master' }} with: context: .