1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-06 03:56:15 +00:00
rke/package/nginx-proxy/build-and-push.sh

7 lines
122 B
Bash
Raw Normal View History

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