Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanko1 committed Dec 1, 2023
1 parent c8e2b0a commit 92cfbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/promote_docker_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ runs:
for tag in $(echo ${{ inputs.image-tags }} | sed "s/,/ /g"); do
docker buildx imagetools create \
--tag ${{ inputs.destination-account-id }}.dkr.ecr.${{ inputs.destination-region }}/${{ inputs.image-name }}:$tag \
${{ inputs.source-account-id }}.dkr.ecr.us.${{ inputs.source-region }}.amazonaws.com/${{ inputs.image-name }}:$tag
${{ inputs.source-account-id }}.dkr.ecr.${{ inputs.source-region }}.amazonaws.com/${{ inputs.image-name }}:$tag
done

0 comments on commit 92cfbcd

Please sign in to comment.