Skip to content

Commit f2915e4

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 f1d2f8b commit f2915e4

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
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: "📦 Build and push"
124124
id: task_release_gh_push
125-
uses: docker/build-push-action@v3
125+
uses: docker/build-push-action@v6
126126
with:
127127
context: .
128128
platforms: linux/amd64
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: "📦 Build and push"
217217
id: task_release_dh_push
218-
uses: docker/build-push-action@v3
218+
uses: docker/build-push-action@v6
219219
with:
220220
context: .
221221
platforms: linux/amd64

0 commit comments

Comments
 (0)