1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-23 08:58:30 +00:00
rke/package/service-sidekick/build-and-push.sh
2017-12-09 01:25:22 +02:00

7 lines
132 B
Bash
Executable File

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