This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch release-1.4.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0a156fabd331d1714c2b4e08ee7a1912336840de
Author: Antonin Stefanutti <anto...@stefanutti.fr>
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 ee99630..25452a2 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

Reply via email to