summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-03-09 11:46:14 +0000
committerSaptak Sengupta <saptak013@gmail.com>2026-03-20 13:28:45 +0530
commit4eaa78b58e5b409f1c75dbd4298e02f075e96889 (patch)
treed40b76667ac725aa2a39965a889170a051b2ea1b
parentf60f4e80ea79a2bd13a55cabd3b49d7c40113426 (diff)
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/docker-publish.yml2
-rw-r--r--.github/workflows/docker-test-build.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 09fdd3b2..5b997a37 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -38,7 +38,7 @@ jobs:
type=sha
- name: Build and push Docker image
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: .
push: true
diff --git a/.github/workflows/docker-test-build.yml b/.github/workflows/docker-test-build.yml
index aa712fc2..1d3a5050 100644
--- a/.github/workflows/docker-test-build.yml
+++ b/.github/workflows/docker-test-build.yml
@@ -27,7 +27,7 @@ jobs:
- if: matrix.req_file != 'tests.txt'
name: Test docker image build (${{ matrix.req_file }})
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: .
push: false