Still a good idea to push the images

This commit is contained in:
Jean-Paul Calderone 2019-04-04 15:41:22 -04:00
parent 3fdc0e1ca2
commit 0cf600a27d

View File

@ -374,6 +374,10 @@ jobs:
-t tahoelafsci/${DISTRO}:${TAG} \
-f ~/project/.circleci/Dockerfile.${DOCKERFILE} \
~/project/
- run:
name: "Push image"
command: |
docker push tahoelafsci/${DISTRO}:${TAG}
build-image-debian-8: