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

chore: build rc docker images without caching #3268

Merged
merged 1 commit into from
Sep 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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