Skip to content

Commit

Permalink
chore(ci): add docker image to the workflow summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayk-S committed Oct 23, 2024
1 parent b45aca4 commit e47f548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
echo "matrix=$(yq -I=0 -o=json $matrix_file)" >> $GITHUB_OUTPUT
echo "docker-test-image=${{ env.PRERELEASE_DOCKER_REPOSITORY }}:${{ github.event.pull_request.head.sha || github.sha }}" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
echo "### :package: Building and packaging for $release_desc" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit e47f548

Please sign in to comment.