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

Commit ab089ee

Browse files
authored
chore: build rc docker images without caching (#3268)
1 parent 6816bc6 commit ab089ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
name: release docker rc
157157
script:
158158
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
159-
- docker build . --tag js-ipfs:next --file ./Dockerfile.next
159+
- docker build . --no-cache --tag js-ipfs:next --file ./Dockerfile.next
160160
- docker tag js-ipfs:next docker.io/ipfs/js-ipfs:next
161161
- docker tag js-ipfs:next docker.io/ipfs/js-ipfs:v`npm show ipfs@next version -q`
162162
- docker push ipfs/js-ipfs:next

0 commit comments

Comments
 (0)