Skip to content

Commit 22527fe

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 db874f9 commit 22527fe

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
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: "📦 Build and push"
160160
id: task_release_gh_push
161-
uses: docker/build-push-action@v3
161+
uses: docker/build-push-action@v6
162162
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
163163
with:
164164
context: .
@@ -269,7 +269,7 @@ jobs:
269269

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

0 commit comments

Comments
 (0)