mirror of
https://github.com/rancher/rke.git
synced 2025-06-30 17:22:07 +00:00
7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ACCT=${ACCT:-rancher}
|
|
|
|
docker build -t $ACCT/rke-nginx-proxy:0.1.0 .
|
|
docker push $ACCT/rke-nginx-proxy:0.1.0
|