This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 09ca12e Fix operator bundle image build 09ca12e is described below commit 09ca12efd5f103ef71d1ce7058940b0a9bf7f166 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Fri Nov 4 20:22:50 2022 -0400 Fix operator bundle image build --- .github/workflows/operator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index 4258e40..215eebd 100644 --- a/.github/workflows/operator.yml +++ b/.github/workflows/operator.yml @@ -55,6 +55,6 @@ jobs: cd karavan-operator MY_BUNDLE_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME_BUNDLE }}:${{ env.TAG }} docker login -u=${{ github.actor }} -p=${{ secrets.GITHUB_TOKEN }} ${{ env.REGISTRY }} - docker build -t $MY_BUNDLE_IMAGE -f target/bundle/camel-karavan-operator/bundle.Dockerfile target/bundle/camel-karavan-operator + docker build -t $MY_BUNDLE_IMAGE -f target/bundle/camel-karavan-operator.v{{ env.TAG }}/bundle.Dockerfile target/bundle/camel-karavan-operator.v{{ env.TAG }} docker push $MY_BUNDLE_IMAGE if: ${{ github.ref == 'refs/heads/main' }} \ No newline at end of file