4 lines
133 B
Bash
4 lines
133 B
Bash
#!/bin/bash
|
|
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
docker push kubesphere/ks-apiserver:latest |