We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6daba6 commit 905290cCopy full SHA for 905290c
1 file changed
tools/just/image.just
@@ -41,7 +41,7 @@ create-manifests tag="latest":
41
42
echo "Creating manifest for $image"
43
PLATFORM_TAG=$(echo "${platform}" | sed 's/\//-/g')
44
- echo docker buildx imagetools create \
+ docker buildx imagetools create \
45
--tag "{{registry}}/${image}:{{tag}}" \
46
"{{registry}}/${image}:{{tag}}-${PLATFORM_TAG}"
47
done
0 commit comments