1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-12 22:58:51 +00:00
rke/package/certs-deployer/build-and-push.sh
2017-11-29 03:35:18 +02:00

7 lines
126 B
Bash
Executable File

#!/bin/bash
ACCT=${ACCT:-rancher}
docker build -t $ACCT/rke-cert-deployer:0.1.0 .
docker push $ACCT/rke-cert-deployer:0.1.0