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 1e3bb71 Fix operator bundle image build 1e3bb71 is described below commit 1e3bb71d00ec9ff92c8052a8cfda923eca179151 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Fri Nov 4 20:26:40 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 215eebd..c2d0b4f 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.v{{ env.TAG }}/bundle.Dockerfile target/bundle/camel-karavan-operator.v{{ env.TAG }} + 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