Skip to content

Commit

Permalink
CI: fix image titles missing git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SwimmingTiger committed Jun 25, 2019
1 parent 77fd252 commit eac17eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -88,7 +88,9 @@ jobs:
command: |
docker build --rm -f docker/btcpool/deploy/Dockerfile -t ${CIRCLE_TAG}_<<parameters.base>> \
--build-arg BASE_IMAGE=$BASE_IMAGE_SERVER/$BASE_IMAGE_REPO:<<parameters.base>> \
--build-arg BUILD_JOBS=2 .
--build-arg BUILD_JOBS=2 \
--build-arg GIT_DESCRIBE=$(git describe --tag --long) \
.
- run:
name: Docker registry login (deploy image)
command: |
Expand Down

0 comments on commit eac17eb

Please sign in to comment.