Skip to content

Commit

Permalink
AAE-26244 ECR Docker image URL
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Oct 30, 2024
1 parent 47441d3 commit 50d4f50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/docker-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ inputs:
description: The label name for creating a preview version
required: false
default: 'preview'
outputs:
ecr-docker-image-url:
description: The ECR docker image URL
value: ${{ steps.login-ecr.outputs.registry }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}"

runs:
using: composite
Expand Down

0 comments on commit 50d4f50

Please sign in to comment.