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 5cf8360 Update app.yml 5cf8360 is described below commit 5cf836010ca8cd58afd77ba12e19e5d0be2e0d76 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Nov 14 10:04:39 2022 -0500 Update app.yml --- .github/workflows/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 95a22a2..28fd363 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -53,7 +53,7 @@ jobs: # Build Karavan cloud app with public access - name: Build application public run: | - mvn package -f karavan-app -Dquarkus.profile=public -DskipTest \ + mvn package -f karavan-app -Dquarkus.profile=public -DskipTest -X \ -Dquarkus.container-image.build=true \ -Dquarkus.container-image.push=true \ -Dquarkus.container-image.image=ghcr.io/${GITHUB_REPOSITORY}:${{ env.TAG }} \