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 9a77f6c commit 33d0f22Copy full SHA for 33d0f22
1 file changed
custom-domain/dstack-ingress/build-image.sh
@@ -56,6 +56,9 @@ else
56
echo "Or use skopeo directly:"
57
echo ""
58
echo " skopeo copy --insecure-policy oci-archive:./oci.tar docker://<repo>[:<tag>]"
59
+ echo ""
60
+ echo " Pushing image to dstacktee org:"
61
+ echo " skopeo copy --insecure-policy oci-archive:./oci.tar docker://dstacktee/dstack-ingress:$(date +%Y%m%d) --authfile ~/.docker/config.json"
62
fi
63
64
0 commit comments