We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6618e73 commit 3e86dcbCopy full SHA for 3e86dcb
1 file changed
.circleci/config.yml
@@ -92,7 +92,7 @@ commands:
92
name: Push docker image
93
command: |
94
docker login -u $DOCKER_USER -p $DOCKER_PASS
95
- echo docker push rubylang/ruby << parameters.tag >>
+ docker push rubylang/ruby << parameters.tag >>
96
97
jobs:
98
build_master:
@@ -146,7 +146,8 @@ jobs:
146
- when:
147
condition: <<parameters.tag>>
148
steps:
149
- - push_image_by_tag
+ - push_image_by_tag:
150
+ tag: <<parameters.tag>>
151
152
build_master_debug:
153
parameters:
0 commit comments