sparse-intern-71089
03/08/2021, 8:30 PMbored-oyster-3147
03/08/2021, 8:34 PMDOCKER_IMAGE_TAG
or something to that build/release number on the pulumi step. Pulumi uses that as the image tag.bored-oyster-3147
03/08/2021, 8:42 PMlatest
tag if that has value in your image repo, since they can have multiple tags. But I wouldn't have your task definition reference the latest
tag but rather a more permanent tag, otherwise you can't really rollback to a previous image version by just dropping back your task definition revision.alert-beard-9601
03/08/2021, 8:48 PMdockerImage
which we commit inside the CD job. Another job watches the pulumi config and applies italert-beard-9601
03/08/2021, 8:49 PMbored-oyster-3147
03/08/2021, 8:56 PMlittle-cartoon-10569
03/08/2021, 9:07 PMgit describe
for this sort of thing too. Your PR-merging logic can add a tag to git, and all future steps in your pipeline can use git describe
to leverage that git tag easily.little-cartoon-10569
03/08/2021, 9:07 PMgit -a