We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6af2ae commit 0635c53Copy full SHA for 0635c53
1 file changed
.github/workflows/build-and-push.yml
@@ -538,7 +538,7 @@ jobs:
538
539
docker manifest create $latest_name \
540
${{ env.IMAGE_NAMESPACE }}/argoexec:${tag}-nonroot-linux-arm64 \
541
- ${{ env.IMAGE_NAMESPACE }}/argoexec:${tag}-nonroot-linux-amd64\
+ ${{ env.IMAGE_NAMESPACE }}/argoexec:${tag}-nonroot-linux-amd64
542
else
543
image_name="${{ env.IMAGE_NAMESPACE }}/${target}:${tag}"
544
latest_name="${{ env.IMAGE_NAMESPACE }}/${target}:latest-fips"
0 commit comments