Skip to content

Commit de9decf

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 58eb19d commit de9decf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: "📦 Build + Push › Root"
173173
id: task_release_gh_push_root
174-
uses: docker/build-push-action@v3
174+
uses: docker/build-push-action@v6
175175
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
176176
with:
177177
context: .
@@ -187,7 +187,7 @@ jobs:
187187

188188
- name: "📦 Build + Push › PHP"
189189
id: task_release_gh_push_php
190-
uses: docker/build-push-action@v3
190+
uses: docker/build-push-action@v6
191191
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
192192
with:
193193
context: .

0 commit comments

Comments
 (0)