You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to push a docker image to aws ecs with multiple tags.
Specifically latest and {{ .CommitID }}.
I tried different options but it doesnt work.
Hi,
I am trying to push a docker image to aws ecs with multiple tags.
Specifically latest and {{ .CommitID }}.
I tried different options but it doesnt work.
Pls help.
Here is the syntax I use:
tag: master
steps:
service: service
type: push
image_tag: "latest,{{ .CommitID }}"
image_name: 159411594197.dkr.ecr.eu-central-1.amazonaws.com/medwizer/mono
registry: https://159411594197.dkr.ecr.eu-central-1.amazonaws.com
dockercfg_service: dockercfg_generator
The text was updated successfully, but these errors were encountered: