Skip to content

Commit

Permalink
fix: do not hardcode master as version
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Oct 7, 2019
1 parent 73836b9 commit e9d30b3
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 @@ -29,7 +29,7 @@ jobs:
- run:
name: Build hal container image and publish it on quay under halkyonio org
command: |
VERSION=master
VERSION=${CIRCLE_BRANCH}
docker build -t hal:${VERSION} -f build/Dockerfile .
TAG_ID=$(docker images -q hal:${VERSION})
docker tag ${TAG_ID} quay.io/halkyonio/hal:${VERSION}
Expand Down

0 comments on commit e9d30b3

Please sign in to comment.