Skip to content

Commit

Permalink
Create a index manifest for the target repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 12, 2024
1 parent 0a0a7be commit b10a99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Copy Operator image
env:
TARGETREPO: ${{ steps.metadata.outputs.operator }}
SOURCERPO: ${{ needs.build-operator.outputs.fullname }}
SOURCERePO: ${{ needs.build-operator.outputs.fullname }}
run: |
docker buildx imagetools inspect $SOURCEREPO --raw > manifest.json
tags=$(jq '[.manifests[] | env.SOURCEREPO + "@" + .digest] | join(" ")' -r manifest.json)
Expand All @@ -186,7 +186,7 @@ jobs:
- name: Copy Pipeline Runner image
env:
TARGETREPO: ${{ steps.metadata.outputs.pipeline }}
SOURCERPO: ${{ needs.build-pipelinerunner.outputs.fullname }}
SOURCERePO: ${{ needs.build-pipelinerunner.outputs.fullname }}
run: |
docker buildx imagetools inspect $SOURCEREPO --raw > manifest.json
tags=$(jq '[.manifests[] | env.SOURCEREPO + "@" + .digest] | join(" ")' -r manifest.json)
Expand Down

0 comments on commit b10a99e

Please sign in to comment.