mirror of
https://github.com/rancher/rke.git
synced 2025-08-24 09:28:29 +00:00
7 lines
132 B
Bash
7 lines
132 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ACCT=${ACCT:-rancher}
|
||
|
|
||
|
docker build -t $ACCT/rke-service-sidekick:0.1.0 .
|
||
|
docker push $ACCT/rke-service-sidekick:0.1.0
|