Skip to content

Commit

Permalink
Use crystallang/crystal:nightly as docker nightly tag (crystal-lang#5837
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Sija authored and RX14 committed Mar 18, 2018
1 parent 863f301 commit c0cdbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# How to brand it
export VERSION=nightly-$(date '+%Y%m%d')
echo "export CRYSTAL_VERSION=$VERSION" >> build.env
echo "export DOCKER_TAG=$VERSION" >> build.env
echo "export DOCKER_TAG=nightly" >> build.env
# Build from working directory (needed for omnibus and when version does not match branch/tag)
echo "export FORCE_GIT_TAGGED=0" >> build.env
Expand Down

0 comments on commit c0cdbc2

Please sign in to comment.