Skip to content

Commit

Permalink
Fix container building action
Browse files Browse the repository at this point in the history
  • Loading branch information
aegan123 committed Nov 12, 2024
1 parent 55e807a commit 5484c50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
container: eclipse-temurin:21
env:
DB_HOST: postgres
DB_PORT: ${{ job.services.postgres.ports[5432] }}
DB_PORT: 5432
KEYCLOAK_URL: localhost
SPRING_PROFILES_ACTIVE: dev
GIT_TAG: ${GITHUB_REF_NAME}
Expand Down

0 comments on commit 5484c50

Please sign in to comment.