We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e58e49 + aa46c34 commit 36c6c74Copy full SHA for 36c6c74
1 file changed
.github/workflows/release-images.yml
@@ -49,7 +49,7 @@ jobs:
49
run: echo "OWNER=$(echo "$REPO_OWNER" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
50
51
- name: Build and push image
52
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
53
with:
54
context: images/${{ matrix.image }}
55
platforms: linux/amd64,linux/arm64
0 commit comments