travis.yml: use the fully qualified name for alpine

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1233
Approved by: rhatdan
This commit is contained in:
Giuseppe Scrivano 2018-12-12 13:42:58 +01:00 committed by Atomic Bot
parent 755f0f4411
commit 3bbfdd13e1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ script:
- docker ps --all
- docker images
- ls -alF /home/travis/auth
- docker pull alpine
- docker pull docker.io/alpine
- echo testpassword | docker login localhost:5000 --username testuser --password-stdin
- docker tag alpine localhost:5000/my-alpine
- docker push localhost:5000/my-alpine