Skip to content

Commit 1aef63a

Browse files
committed
Fix circleCI ECS tagging
1 parent 75c7376 commit 1aef63a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ workflows:
1313
# push new Docker image to ECS
1414
- aws-ecr/build_and_push_image:
1515
repo: pybot
16-
tag: staging
16+
tag: '${CIRCLE_BRANCH}'
1717
dockerfile: docker/Dockerfile
1818
requires:
1919
- build_test
2020
filters:
2121
branches:
2222
only:
23-
- master
2423
- staging
24+
- master
2525

2626
# Update ECS task and service, then replace the current one
2727
- aws-ecs/deploy-service-update:

0 commit comments

Comments
 (0)