You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/04/24 23:00:58 UTC

[camel-karavan] branch main updated: Runner image (experimental)

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 f7dbbe5a Runner image (experimental)
f7dbbe5a is described below

commit f7dbbe5a911f814e88ca1d01a18fba1cc62ecbe8
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Mon Apr 24 19:00:52 2023 -0400

    Runner image (experimental)
---
 .github/workflows/runner.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml
index ba14848e..f9fc2281 100644
--- a/.github/workflows/runner.yml
+++ b/.github/workflows/runner.yml
@@ -29,7 +29,7 @@ jobs:
       - name: Build and push Docker image
         uses: docker/build-push-action@v3
         with:
-          context: .
+          context: ./karavan-runner
           file: karavan-runner/Dockerfile
           push: true
           tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}