Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #655 from joyent/sungo/docker-cache-fix
Browse files Browse the repository at this point in the history
when building a release in docker, use --no-cache
  • Loading branch information
perigrin authored Feb 15, 2019
2 parents c3ab4d2 + 8869670 commit 2381358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/buildbot-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
: ${BUILDNUMBER:=0}

LABEL=$(echo "${LABEL}" | sed 's/\//_/g')
PREFIX=${PREFIX} LABEL=${LABEL} docker/builder.sh --file Dockerfile .
PREFIX=${PREFIX} LABEL=${LABEL} docker/builder.sh --no-cache --file Dockerfile .

docker run \
--name ${PREFIX}_${BUILDNUMBER} \
Expand Down

0 comments on commit 2381358

Please sign in to comment.