Skip to content

Commit

Permalink
feat(build): added build-push-container-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zZHorizonZz committed Aug 7, 2024
1 parent 781413f commit 29ddd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
include:
- type: jvm
build_args: "-Dquarkus.container-image.build=true"
group: ${{ env.CONTAINER_GROUP }}
group: "cloudeko/services" # We cannot use this for now ${{ env.CONTAINER_GROUP }}. So we need to hardcode it.
- type: native
build_args: "-Dnative -Dquarkus.native.container-build=true"
group: ${{ env.CONTAINER_GROUP }}/native
group: "cloudeko/services/native" # We cannot use this for now ${{ env.CONTAINER_GROUP }}/native. So we need to hardcode it.

name: Build and Push ${{ matrix.type }} Image
environment: development
Expand Down

0 comments on commit 29ddd00

Please sign in to comment.