Skip to content

Commit

Permalink
AAE-26244 output
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Oct 31, 2024
1 parent 4c39a4e commit 22b2478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ runs:
id: set-ecr-docker-image-url
if: env.PUSH_IMAGE == 'true'
shell: bash
run: echo "ecr-docker-image-url=${{ steps.login-ecr.outputs.registry }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}" >> $GITHUB_ENV
run: echo "ecr-docker-image-url=${{ steps.login-ecr.outputs.registry }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}" >> $GITHUB_OUTPUT

0 comments on commit 22b2478

Please sign in to comment.