Skip to content

Commit f2eddc9

Browse files
n3rdc4ptnCopilot
andauthored
Update .github/workflows/on-release.yaml
Co-authored-by: Copilot <[email protected]>
1 parent 61b2f53 commit f2eddc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6767
with:
6868
context: .
69-
platforms: linux/amd64,linux/arm64
69+
platforms: "linux/amd64,linux/arm64"
7070
push: true
7171
sbom: true
7272
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}

0 commit comments

Comments
 (0)