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 d037baa commit cf6ea02Copy full SHA for cf6ea02
.github/workflows/release.yml
@@ -63,6 +63,8 @@ jobs:
63
echo IMAGE_ID=$IMAGE_ID
64
echo VERSION=$VERSION
65
66
+ docker image ls
67
+
68
#docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
69
docker push $IMAGE_ID:$VERSION
70
0 commit comments