mirror of
https://github.com/rancher/rke.git
synced 2025-09-06 17:30:20 +00:00
Change helper images to official rancher images
This commit is contained in:
6
package/nginx-proxy/build-and-push.sh
Executable file
6
package/nginx-proxy/build-and-push.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ACCT=${ACCT:-rancher}
|
||||
|
||||
docker build -t $ACCT/rke-nginx-proxy:0.1.0 .
|
||||
docker push $ACCT/rke-nginx-proxy:0.1.0
|
Reference in New Issue
Block a user