Skip to content

Commit

Permalink
AAE-23270 Print docker image built in GitHub summary (#655)
Browse files Browse the repository at this point in the history
Co-authored-by: Anahide Tchertchian <[email protected]>
  • Loading branch information
wojciech-piotrowiak and atchertchian authored Jun 19, 2024
1 parent cb0b831 commit 58cd65f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/actions/docker-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,23 @@ runs:
labels: ${{ steps.meta.outputs.labels }}
push: true
provenance: false

- name: Print tags
if: env.PUSH_IMAGE == 'true'
shell: bash
run: |
{
echo "### :rocket: Docker image built"
echo "Quay:"
echo "\`\`\`\`"
echo "quay.io/alfresco/${{ env.IMAGE_NAME }}"
echo " \`\`\`\`"
echo "GHCR:"
echo "\`\`\`\`"
echo "ghcr.io/alfresco/${{ env.IMAGE_NAME }}"
echo "\`\`\`\`"
echo "AWS ECR:"
echo "\`\`\`\`"
echo "${{ steps.login-ecr.outputs.registry }}/${{ env.IMAGE_NAME }}"
echo "\`\`\`\`"
} >> $GITHUB_STEP_SUMMARY
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.29.1
v5.29.2

0 comments on commit 58cd65f

Please sign in to comment.