Skip to content

Commit 6fa8287

Browse files
chore(deps): bump docker/build-push-action from 4 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c8f50c commit 6fa8287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Build and push to GHCR
171171
if: steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true'
172-
uses: docker/build-push-action@v4
172+
uses: docker/build-push-action@v6
173173
with:
174174
context: .
175175
file: Dockerfile
@@ -180,7 +180,7 @@ jobs:
180180

181181
- name: Build and push to DockerHub
182182
if: steps.check-build-and-push.outputs.enable == 'true' && steps.dockerhub.outputs.dockerhub-publish == '1'
183-
uses: docker/build-push-action@v4
183+
uses: docker/build-push-action@v6
184184
with:
185185
context: .
186186
file: Dockerfile

0 commit comments

Comments
 (0)