Skip to content

Commit d9a4146

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 780aa4e commit d9a4146

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' ) || ( github.event_name == 'push' )
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' ) || ( github.event_name == 'push' )
271271
with:
272272
context: .

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

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

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

0 commit comments

Comments
 (0)