Skip to content

Commit

Permalink
Correct source tag when adding versioned tags to images
Browse files Browse the repository at this point in the history
  • Loading branch information
kobl1nhs committed Mar 19, 2024
1 parent ef98707 commit 2338605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks:
NEW_TAG: '{{.ECR_REPO}}:{{.VERSION}}-{{.PLATFORM_SUFFIX}}'
cmds:
- task: ecr-login
- docker tag sfrunner:latest {{.NEW_TAG}}
- docker tag sfrunner:latest-{{.PLATFORM_SUFFIX}} {{.NEW_TAG}}
- docker push {{.NEW_TAG}}


Expand Down

0 comments on commit 2338605

Please sign in to comment.