Skip to content

Commit

Permalink
feat(ci): print sha256 of packages before upload (#10857)
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty authored May 15, 2023
1 parent 47ab666 commit 0800353
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 @@ -592,6 +592,8 @@ jobs:
PACKAGE_TYPE: ${{ matrix.package }}
KONG_RELEASE_LABEL: ${{ needs.metadata.outputs.release-label }}
run: |
sha256sum bazel-bin/pkg/*
scripts/release-kong.sh
release-images:
Expand Down

1 comment on commit 0800353

@khcp-gha-bot
Copy link

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:0800353d086c2e91450d1d2c3d652e62e84fc31d
Artifacts available https://github.com/Kong/kong/actions/runs/4977665612

Please sign in to comment.