Skip to content

Commit 3e86dcb

Browse files
committed
Pass tag parameter
1 parent 6618e73 commit 3e86dcb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ commands:
9292
name: Push docker image
9393
command: |
9494
docker login -u $DOCKER_USER -p $DOCKER_PASS
95-
echo docker push rubylang/ruby << parameters.tag >>
95+
docker push rubylang/ruby << parameters.tag >>
9696
9797
jobs:
9898
build_master:
@@ -146,7 +146,8 @@ jobs:
146146
- when:
147147
condition: <<parameters.tag>>
148148
steps:
149-
- push_image_by_tag
149+
- push_image_by_tag:
150+
tag: <<parameters.tag>>
150151

151152
build_master_debug:
152153
parameters:

0 commit comments

Comments
 (0)