Skip to content

Commit a36c4ed

Browse files
authored
ci: Fix image repo location when building and pushing operator images (#124)
1 parent 0ee4f52 commit a36c4ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/next-container-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
# now copy images from local cache to quay, using 0.0.1-next-f00cafe, 0.0.1-next, and next tags
110110
for image in operator operator-bundle operator-catalog; do
111-
podman push quay.io/janus-idp/${image}:${VERSION} -q
112-
skopeo --insecure-policy copy --all docker://quay.io/janus-idp/${image}:${VERSION} docker://quay.io/janus-idp/${image}:${VERSION}-${{ env.SHORT_SHA }}
113-
skopeo --insecure-policy copy --all docker://quay.io/janus-idp/${image}:${VERSION} docker://quay.io/janus-idp/${image}:${latestNext}
111+
podman push quay.io/rhdh-community/${image}:${VERSION} -q
112+
skopeo --insecure-policy copy --all docker://quay.io/rhdh-community/${image}:${VERSION} docker://quay.io/rhdh-community/${image}:${VERSION}-${{ env.SHORT_SHA }}
113+
skopeo --insecure-policy copy --all docker://quay.io/rhdh-community/${image}:${VERSION} docker://quay.io/rhdh-community/${image}:${latestNext}
114114
done

0 commit comments

Comments
 (0)