Skip to content

Commit 8a2eaf9

Browse files
committed
Revert image parameter usage
1 parent afc8ba0 commit 8a2eaf9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ orbs:
55
aws-ecs: circleci/aws-ecs@0.0.8
66
docker: circleci/docker@0.5.1
77

8-
98
workflows:
109
build_test_deploy:
1110
jobs:
@@ -20,7 +19,7 @@ workflows:
2019
- run:
2120
name: Tag and Push
2221
command: |
23-
IMAGE_ID=<<parameters.image>>
22+
IMAGE_ID=operationcode/pybot
2423
docker tag ${IMAGE_ID}:${CIRCLE_BRANCH} ${IMAGE_ID}:${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}
2524
docker push ${IMAGE_ID}:${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}
2625
requires:

0 commit comments

Comments
 (0)