We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6142b commit cb97a6bCopy full SHA for cb97a6b
.circleci/config.yml
@@ -68,7 +68,7 @@ jobs:
68
image: volantmq/volantmq
69
tag: 'latest'
70
- run:
71
- name: tag docker image
+ name: Tag docker image
72
command: |
73
docker tag volantmq/volantmq:latest volantmq/volantmq:${CIRCLE_TAG}
74
- docker/push:
0 commit comments