Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 12, 2024
1 parent b10a99e commit 9a134f3
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 }}
SOURCERePO: ${{ 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 }}
SOURCERePO: ${{ 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 9a134f3

Please sign in to comment.