Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ jobs:
runs-on: ubuntu-24.04
env:
GH_TOKEN: ${{ github.token }}
# No checkout in this job: gh infers the repo from git otherwise and dies
# with "not a git repository" — GH_REPO pins it explicitly.
GH_REPO: ${{ github.repository }}
TAG: ${{ inputs.existing_tag || github.ref_name }}
REGISTRY: public.ecr.aws/nullplatform
DIGEST_CONTAINERS: ${{ needs.containers.outputs.image_digest }}
Expand Down
Loading