make tags overridable from the outside
This commit is contained in:
2
push.sh
2
push.sh
@@ -4,7 +4,7 @@ set -euxo pipefail
|
||||
ARCH=$(uname -m)
|
||||
|
||||
ALL_ARCHS="x86_64 armv7l aarch64"
|
||||
TAG="latest"
|
||||
TAG=${TAG:-"latest"}
|
||||
ARCHTAG="$TAG-$ARCH"
|
||||
|
||||
IMAGES="openwebrx-rtlsdr openwebrx-sdrplay openwebrx-hackrf openwebrx-airspy openwebrx-rtlsdr-soapy openwebrx-plutosdr openwebrx-limesdr openwebrx-soapyremote openwebrx-full openwebrx"
|
||||
|
||||
Reference in New Issue
Block a user