We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4504f8b commit a80327eCopy full SHA for a80327e
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@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
+ uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
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