Skip to content

Commit 200200f

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 3f9f861 commit 200200f

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
@@ -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: .

0 commit comments

Comments
 (0)