buildx.sh update
parent
eaa97cb0d7
commit
8524067a71
|
@ -1,10 +1,11 @@
|
|||
#!/bin/bash
|
||||
echo "Welcome!"
|
||||
|
||||
version="1.0.5"
|
||||
localRegistryPass="***REMOVED***"
|
||||
#version="1.0.6"
|
||||
#platform="linux/amd64,linux/arm64"
|
||||
version="1.0.6-arm64"
|
||||
platform="linux/arm64"
|
||||
localRegistryPass="***REMOVED***"
|
||||
|
||||
echo "Login to alpine-nexus registry."
|
||||
docker login --username=admin --password=$localRegistryPass alpine-nexus:8500
|
||||
|
|
Loading…
Reference in New Issue