We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8f50c commit 6fa8287Copy full SHA for 6fa8287
.github/workflows/node.yml
@@ -169,7 +169,7 @@ jobs:
169
170
- name: Build and push to GHCR
171
if: steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true'
172
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
173
with:
174
context: .
175
file: Dockerfile
@@ -180,7 +180,7 @@ jobs:
180
181
- name: Build and push to DockerHub
182
if: steps.check-build-and-push.outputs.enable == 'true' && steps.dockerhub.outputs.dockerhub-publish == '1'
183
184
185
186
0 commit comments