Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
# However all the context is the caller repo (like this workflow is inlined)
# https://github.com/orgs/community/discussions/18602
# https://github.com/orgs/community/discussions/63863
uses: bazel-contrib/publish-to-bcr@301f65edec7118166379e2ef5f29a05d2868a449
uses: bazel-contrib/publish-to-bcr@aa49ba0ca3fd861c3a9fea4fd58dfab03e8b89b1
with:
attest: true
attestations-dest: attestations
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:

- name: Create final entry
id: create-final-entry
uses: bazel-contrib/publish-to-bcr@301f65edec7118166379e2ef5f29a05d2868a449
uses: bazel-contrib/publish-to-bcr@aa49ba0ca3fd861c3a9fea4fd58dfab03e8b89b1
with:
tag: ${{ inputs.tag_name }}
module-version: ${{ env.VERSION }}
Expand Down