add push to script

This commit is contained in:
seanauff 2020-07-08 14:00:48 -04:00 committed by GitHub
parent 4850bdcbe0
commit 014e3d495b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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