Skip to content

Commit

Permalink
fix(build-and-push-ecr): creates correct ARN for repository_arn output (
Browse files Browse the repository at this point in the history
  • Loading branch information
OysteinVesth authored Oct 4, 2023
1 parent a999579 commit 434a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-and-push-ecr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ outputs:
value: "${{ inputs.tag }}"
repository_arn:
description: 'The unique amazon resource name of the repository'
value: "arn:aws:ecr:eu-west-1:${{ inputs.ecr_account_id }}:${{ steps.env.outputs.repository_prefix }}${{ inputs.workload_name }}/${{ inputs.image_name }}"
value: "arn:aws:ecr:eu-west-1:${{ inputs.ecr_account_id }}:repository/${{ steps.env.outputs.repository_prefix }}${{ inputs.workload_name }}/${{ inputs.image_name }}"

runs:
using: "composite"
Expand Down

0 comments on commit 434a836

Please sign in to comment.