We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc8ba0 commit 8a2eaf9Copy full SHA for 8a2eaf9
1 file changed
.circleci/config.yml
@@ -5,7 +5,6 @@ orbs:
5
aws-ecs: circleci/aws-ecs@0.0.8
6
docker: circleci/docker@0.5.1
7
8
-
9
workflows:
10
build_test_deploy:
11
jobs:
@@ -20,7 +19,7 @@ workflows:
20
19
- run:
21
name: Tag and Push
22
command: |
23
- IMAGE_ID=<<parameters.image>>
+ IMAGE_ID=operationcode/pybot
24
docker tag ${IMAGE_ID}:${CIRCLE_BRANCH} ${IMAGE_ID}:${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}
25
docker push ${IMAGE_ID}:${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}
26
requires:
0 commit comments