Skip to content

Commit

Permalink
fix(ci): Use Docker to build OLM index image
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Apr 27, 2021
1 parent 4dcdaba commit 759e5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade.yml
Expand Up @@ -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
Expand Down

0 comments on commit 759e5f1

Please sign in to comment.