Skip to content

Commit

Permalink
workflows/caa_build_and_push_per_arch: extend image manifest
Browse files Browse the repository at this point in the history
Allow to pass a registry to the image manifest generation step.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Nov 22, 2023
1 parent 35126d4 commit 952e79a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/caa_build_and_push_per_arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Generate image manifest
env:
registry: ${{ inputs.registry }}
run: |
hack/image-manifest.sh

0 comments on commit 952e79a

Please sign in to comment.