We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8497ce3 commit 4f86b3aCopy full SHA for 4f86b3a
docker_push
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
3
-echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
+echo "$DOCKER_PASSWORD" | docker login -u libgolang --password-stdin
4
docker plugin push libgolang/${PLUGIN_NAME}
5
0 commit comments