We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93a5600 + d90631d commit a74eb2eCopy full SHA for a74eb2e
.github/workflows/image-build.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "LATEST_RELEASE=$(curl -s "https://api.github.com/repos/stacklok/codegate-ui/releases/latest" | jq -r '.zipball_url')" >> $GITHUB_ENV
27
- name: Test build on x86
28
id: docker_build
29
- uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v5
+ uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v5
30
with:
31
context: .
32
file: ./Dockerfile
.github/workflows/image-publish.yml
@@ -76,7 +76,7 @@ jobs:
76
git lfs pull
77
- name: Build and Push Image
78
id: image-build
79
- uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6
+ uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
80
81
82
platforms: linux/amd64,linux/arm64
0 commit comments