Skip to content

Commit

Permalink
fix: build with prod profile
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed May 21, 2024
1 parent bf31e1b commit e7ae80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: bootBuildImage
env:
FHIR_GATEWAY_IMAGE_NAME: "${{ fromJson(needs.build.outputs.image-meta-json).tags[0] }}"
SPRING_PROFILES_ACTIVE: "prod"
run: ./gradlew bootBuildImage --imageName="${FHIR_GATEWAY_IMAGE_NAME}-native"
- name: Login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
Expand Down

0 comments on commit e7ae80e

Please sign in to comment.