add push to script
This commit is contained in:
parent
4850bdcbe0
commit
014e3d495b
|
@ -6,3 +6,4 @@ TAG=amd64
|
||||||
|
|
||||||
# Build & push latest
|
# Build & push latest
|
||||||
docker build -t ${REPO}/${IMAGE}:${TAG} --pull --no-cache --compress ../
|
docker build -t ${REPO}/${IMAGE}:${TAG} --pull --no-cache --compress ../
|
||||||
|
docker push ${REPO}/${IMAGE}:${TAG}
|
||||||
|
|
Loading…
Reference in New Issue