Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: build rc docker images without caching (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Sep 3, 2020
1 parent 6816bc6 commit ab089ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
name: release docker rc
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build . --tag js-ipfs:next --file ./Dockerfile.next
- docker build . --no-cache --tag js-ipfs:next --file ./Dockerfile.next
- docker tag js-ipfs:next docker.io/ipfs/js-ipfs:next
- docker tag js-ipfs:next docker.io/ipfs/js-ipfs:v`npm show ipfs@next version -q`
- docker push ipfs/js-ipfs:next
Expand Down

0 comments on commit ab089ee

Please sign in to comment.