Skip to content

Commit 53525a6

Browse files
build(deps): bump docker/build-push-action from 3 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bdff978 commit 53525a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-docker-main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: "📦 Build and push"
159159
id: task_release_gh_push
160-
uses: docker/build-push-action@v3
160+
uses: docker/build-push-action@v6
161161
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
162162
with:
163163
context: .
@@ -266,7 +266,7 @@ jobs:
266266

267267
- name: "📦 Build and push"
268268
id: task_release_dh_push
269-
uses: docker/build-push-action@v3
269+
uses: docker/build-push-action@v6
270270
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
271271
with:
272272
context: .

.github/workflows/deploy-docker-php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: "📦 Build and push"
159159
id: task_release_gh_push
160-
uses: docker/build-push-action@v3
160+
uses: docker/build-push-action@v6
161161
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
162162
with:
163163
context: .
@@ -267,7 +267,7 @@ jobs:
267267

268268
- name: "📦 Build and push"
269269
id: task_release_dh_push
270-
uses: docker/build-push-action@v3
270+
uses: docker/build-push-action@v6
271271
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
272272
with:
273273
context: .

0 commit comments

Comments
 (0)