Get the image tagged with the right name for the push

This commit is contained in:
Jean-Paul Calderone 2019-04-03 14:19:10 -04:00
parent 3a20912ecf
commit 67586c68db

View File

@ -443,7 +443,7 @@ jobs:
- run:
name: "Build Debian 9 image"
command: |
docker build -t tahoe-lafs/ci-debian-9:latest -f ~/project/.circleci/Dockerfile.debian-9 .
docker build -t tahoelafsci/debian:9 -f ~/project/.circleci/Dockerfile.debian-9 .
- run:
name: "Push Debian 9 image"
command: |