Initial commit
This commit is contained in:
4
install/scripts/docker_push
Normal file
4
install/scripts/docker_push
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
docker push kubespheredev/ks-apiserver:latest
|
||||
Reference in New Issue
Block a user