add push to script

This commit is contained in:
seanauff 2020-07-08 14:00:26 -04:00 committed by GitHub
parent 327808cb62
commit 4850bdcbe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,3 +6,4 @@ TAG=arm
# Build & push latest
docker build -t ${REPO}/${IMAGE}:${TAG} --pull --no-cache --compress ../
docker push ${REPO}/${IMAGE}:${TAG}