We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9af982 commit 17c7595Copy full SHA for 17c7595
1 file changed
.github/workflows/build.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
# Build
56
- name: Build image
57
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
58
with:
59
context: .
60
file: dockerfiles/${{ matrix.key }}.Dockerfile
@@ -68,7 +68,7 @@ jobs:
68
69
# Push image
70
- name: Push image
71
72
id: build-and-push
73
74
0 commit comments