This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 759e5f1 fix(ci): Use Docker to build OLM index image
759e5f1 is described below
commit 759e5f14539384229c97a16e0aa8335173ba7287
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Tue Apr 27 14:24:14 2021 +0200
fix(ci): Use Docker to build OLM index image
---
.github/workflows/upgrade.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml
index 54c2293..eaaa66d 100644
--- a/.github/workflows/upgrade.yml
+++ b/.github/workflows/upgrade.yml
@@ -150,8 +150,8 @@ jobs:
run: |
export LOCAL_IIB=$KIND_REGISTRY/apache/camel-k-iib:$(make get-version)
echo "LOCAL_IIB=${LOCAL_IIB}" >> $GITHUB_ENV
- opm index add --bundles ${{ env.LOCAL_IMAGE_BUNDLE }} --from-index
quay.io/operatorhubio/catalog:latest --tag ${LOCAL_IIB} --skip-tls
- podman push --tls-verify=false ${LOCAL_IIB}
+ opm index add --bundles ${{ env.LOCAL_IMAGE_BUNDLE }} -u docker
--from-index quay.io/operatorhubio/catalog:latest --tag ${LOCAL_IIB} --skip-tls
+ docker push ${LOCAL_IIB}
- name: Run IT
run: |
# Use the last released Kamel CLI