6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker login -u ezekiel hub.ici.de.com\
|
||
|
&& docker push "hub.ici.de.com/kubeterracloud:latest"
|
||
|
docker logout hub.ici.de.com
|