Skip to content

Commit 2db4ac8

Browse files
committed
Create image tag
1 parent 2a81c07 commit 2db4ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
command: echo "$DOCKER_PASS" | docker login -u $DOCKER_USER --password-stdin
1313
- run:
1414
name: Build Docker image
15-
command: docker build -t verdigristech/ci-node .
15+
command: docker build -t verdigristech/ci-node:${CIRCLE_TAG:1} .
1616
- run:
1717
name: Deploy container
1818
command: docker push verdigristech/ci-node

0 commit comments

Comments
 (0)