From df6b3273580d326591c42298c663a37253e8872c Mon Sep 17 00:00:00 2001 From: Florian Hussonnois Date: Sat, 16 Mar 2024 19:29:24 +0100 Subject: [PATCH] fix(ci): fix docker-build-push --- .github/workflows/docker-build-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 9229d2e76..36b3aad65 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -99,7 +99,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') run: | ./mvnw -ntp -B install -DskipTests && \ - ./mvnw -ntp -B package -DskipTests -f ./jikkou-api/jikkou-api-server/pom.xml \ + ./mvnw -ntp -B package -DskipTests -f ./server/jikkou-api-server/pom.xml \ -Dpackaging=docker \ -Djib.to.image=streamthoughts/jikkou-api-server:${{ env.VERSION }} \ -Djib.to.tags=latest