We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab4fc8 commit 81186e8Copy full SHA for 81186e8
.github/actions/build-image/action.yaml
@@ -36,7 +36,7 @@ runs:
36
37
- name: Build and push to ghcr by digest
38
id: build-ghcr
39
- uses: docker/build-push-action@v5.3.0
+ uses: docker/build-push-action@v6.10.0
40
with:
41
context: .
42
file: ./docker/Dockerfile
@@ -67,7 +67,7 @@ runs:
67
68
- name: Build and push to dockerhub by digest
69
id: build-dockerhub
70
71
72
73
0 commit comments