mirror of
https://github.com/rancher/rke.git
synced 2025-07-13 07:04:52 +00:00
7 lines
126 B
Bash
7 lines
126 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ACCT=${ACCT:-rancher}
|
||
|
|
||
|
docker build -t $ACCT/rke-cert-deployer:0.1.0 .
|
||
|
docker push $ACCT/rke-cert-deployer:0.1.0
|