This is an automated email from the ASF dual-hosted git repository.
mgubaidullin 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 2e2c674e fix
2e2c674e is described below
commit 2e2c674e971867de7a7ea737ff68a9aedd08127d
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Tue Aug 25 12:07:50 2026 -0400
fix
---
.github/workflows/{docker-devmode.yml => devmode.yml} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker-devmode.yml
b/.github/workflows/devmode.yml
similarity index 91%
rename from .github/workflows/docker-devmode.yml
rename to .github/workflows/devmode.yml
index e5d0c5d7..d1c68be7 100644
--- a/.github/workflows/docker-devmode.yml
+++ b/.github/workflows/devmode.yml
@@ -34,7 +34,7 @@ jobs:
restore-keys: ${{ runner.os }}-maven-
- name: Build Karavan DevMode Application
- working-directory: ./karavan/karavan-devmode
+ working-directory: ./karavan-devmode
run: mvn clean package
- name: Set up QEMU
@@ -54,7 +54,7 @@ jobs:
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
- --file ./karavan/karavan-devmode/Dockerfile \
+ --file ./karavan-devmode/Dockerfile \
--tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} \
--push \
--no-cache \