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 7135af1 commit 8497ce3Copy full SHA for 8497ce3
docker_push
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
3
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
4
-docker plugin push ${PLUGIN_NAME}
+docker plugin push libgolang/${PLUGIN_NAME}
5
0 commit comments