don't build/push the latest tag, that's a manifest now

This commit is contained in:
Jakob Ketterl
2019-01-24 17:07:12 +01:00
parent 8c0a818549
commit 7bec9eaa87
2 changed files with 0 additions and 9 deletions

View File

@ -5,7 +5,4 @@ ARCH=$(uname -m)
for image in openwebrx openwebrx-rtlsdr openwebrx-sdrplay; do
docker push jketterl/$image:$ARCH
if [ "$ARCH" == "armv7l" ]; then
docker push jketterl/$image:latest
fi
done