From c4560c49b0fbf4d05c2a49d998cc289ad87a01a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 01:00:05 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7.3.0 --- .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 69fd0dcb..65377880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: ## build but don't push for PRs and renovate - name: Docker build - native - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: commafeed-server/src/main/docker/Dockerfile.native @@ -157,7 +157,7 @@ jobs: platforms: linux/amd64,linux/arm64/v8 - name: Docker build - jvm - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: commafeed-server/src/main/docker/Dockerfile.jvm @@ -166,7 +166,7 @@ jobs: ## build and push tag - name: Docker build and push tag - native - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 if: ${{ github.ref_type == 'tag' }} with: context: . @@ -178,7 +178,7 @@ jobs: athou/commafeed:${{ github.ref_name }}-${{ matrix.database }} - name: Docker build and push tag - jvm - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 if: ${{ github.ref_type == 'tag' }} with: context: . @@ -191,7 +191,7 @@ jobs: ## build and push master - name: Docker build and push master - native - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 if: ${{ github.ref_name == 'master' }} with: context: . @@ -201,7 +201,7 @@ jobs: tags: athou/commafeed:master-${{ matrix.database }} - name: Docker build and push master - jvm - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 if: ${{ github.ref_name == 'master' }} with: context: .