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 dcacb27  Fix build and push operator workflow
dcacb27 is described below

commit dcacb27c65d1738b3e17d80738d5c2789475adbc
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Oct 13 20:21:23 2022 -0400

    Fix build and push operator workflow
---
 .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 ede19f0..bb3df26 100644
--- a/.github/workflows/operator.yml
+++ b/.github/workflows/operator.yml
@@ -54,6 +54,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/bundle.Dockerfile 
target/bundle
+          docker build -t $MY_BUNDLE_IMAGE -f 
target/bundle/camel-karavan-operator/bundle.Dockerfile 
target/bundle/camel-karavan-operator
           docker push $MY_BUNDLE_IMAGE
         if: ${{ github.ref == 'refs/heads/main' }}
\ No newline at end of file

Reply via email to