Skip to content

Commit 8497ce3

Browse files
committed
Added docker namespace when pushing
1 parent 7135af1 commit 8497ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

33
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
4-
docker plugin push ${PLUGIN_NAME}
4+
docker plugin push libgolang/${PLUGIN_NAME}
55

0 commit comments

Comments
 (0)