Skip to content

Commit

Permalink
chore(ci): add docker image to the workflow summary (#13781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayk-S authored Oct 24, 2024
1 parent 7599271 commit f13433a
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

1 comment on commit f13433a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:f13433a999a9a32b0f2ec68ec0b45c417df3b40f
Artifacts available https://github.com/Kong/kong/actions/runs/11504052153

Please sign in to comment.