We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57719d8 commit f1bb75dCopy full SHA for f1bb75d
.github/workflows/image-build.yml
@@ -45,7 +45,7 @@ jobs:
45
git lfs pull
46
- name: Test build on x86
47
id: docker_build
48
- uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v5
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v5
49
with:
50
context: .
51
file: ./Dockerfile
.github/workflows/image-publish.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Build and Push Image
78
id: image-build
79
- uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
80
81
82
platforms: linux/amd64,linux/arm64
0 commit comments