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 fcf9473c Update app.yml
fcf9473c is described below
commit fcf9473cd35ec66076be279a231991670224519c
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Feb 23 14:42:38 2024 -0500
Update app.yml
---
.github/workflows/app.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 138b6ca8..c4081da4 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -59,7 +59,8 @@ jobs:
-Dquarkus.quinoa.package-manager-install=false \
-Dquarkus.container-image.build=true \
-Dquarkus.container-image.push=true \
+ -Dquarkus.docker.buildx.platform=linux/amd64,linux/arm64 \
-Dquarkus.container-image.image=${{ env.REGISTRY
}}/${GITHUB_REPOSITORY}:${{ env.TAG }} \
-Dquarkus.container-image.username=${{ github.actor }} \
-Dquarkus.container-image.password=${{ secrets.GITHUB_TOKEN }}
- if: ${{ github.ref == 'refs/heads/main' }}
\ No newline at end of file
+ if: ${{ github.ref == 'refs/heads/main' }}