Skip to content

Commit 64779fb

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 900689e commit 64779fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-docker.yml

+4-4
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: .
@@ -268,7 +268,7 @@ jobs:
268268

269269
- name: "📦 Build and push"
270270
id: task_release_dh_push
271-
uses: docker/build-push-action@v3
271+
uses: docker/build-push-action@v6
272272
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
273273
with:
274274
context: .
@@ -379,7 +379,7 @@ jobs:
379379

380380
- name: "📦 Build and push"
381381
id: task_release_gh_push
382-
uses: docker/build-push-action@v3
382+
uses: docker/build-push-action@v6
383383
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
384384
with:
385385
context: .
@@ -489,7 +489,7 @@ jobs:
489489

490490
- name: "📦 Build and push"
491491
id: task_release_dh_push
492-
uses: docker/build-push-action@v3
492+
uses: docker/build-push-action@v6
493493
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
494494
with:
495495
context: .

0 commit comments

Comments
 (0)