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:
parent
755f0f4411
commit
3bbfdd13e1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue