We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47adc1 commit 1b2c39eCopy full SHA for 1b2c39e
.github/workflows/image-build.yml
@@ -53,7 +53,7 @@ jobs:
53
git lfs pull
54
- name: Test build - ${{ inputs.platform }}
55
id: docker_build
56
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v5
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v5
57
with:
58
context: .
59
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
80
81
82
platforms: linux/amd64,linux/arm64
0 commit comments