Skip to content

Commit 905290c

Browse files
committed
chore: drop debug statement
1 parent e6daba6 commit 905290c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/just/image.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ create-manifests tag="latest":
4141

4242
echo "Creating manifest for $image"
4343
PLATFORM_TAG=$(echo "${platform}" | sed 's/\//-/g')
44-
echo docker buildx imagetools create \
44+
docker buildx imagetools create \
4545
--tag "{{registry}}/${image}:{{tag}}" \
4646
"{{registry}}/${image}:{{tag}}-${PLATFORM_TAG}"
4747
done

0 commit comments

Comments
 (0)