Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Sene authored Dec 18, 2020
1 parent 8bde8b3 commit eb9df9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
- stage: building ppc64le image
arch: ppc64le
script:
- docker login quay.io -u $USER -p $PWD
- cd ./dockerfiles
- docker build -t quay.io/powercloud/powervs-container-host:container-host-$(uname -m) -f ./Dockerfile.$(uname -m) .
- docker login quay.io -u $USER_QUAY -p $PWD_QUAY
- docker push quay.io/powercloud/powervs-container-host:container-host-$(uname -m)
- stage: building x86_64 image
arch: amd64
script:
- docker login quay.io -u $USER -p $PWD
- cd ./dockerfiles
- docker build -t quay.io/powercloud/powervs-container-host:container-host-$(uname -m) -f ./Dockerfile.$(uname -m) .
- docker login quay.io -u $USER_QUAY -p $PWD_QUAY
Expand Down

0 comments on commit eb9df9c

Please sign in to comment.