Skip to content

Commit

Permalink
Fix typescript-types building action
Browse files Browse the repository at this point in the history
  • Loading branch information
aegan123 committed Nov 12, 2024
1 parent 5484c50 commit 63e1e9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-artifacts-on-tag-and-on-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- 'develop'
- 'fix'
jobs:
eventsignup_backend-image:
name: Build & push container image
Expand Down Expand Up @@ -51,6 +52,8 @@ jobs:
env:
DB_HOST: postgres
DB_PORT: 5432
DB_PASSWORD: postgres
DB_NAME: postgres
KEYCLOAK_URL: localhost
SPRING_PROFILES_ACTIVE: dev
GIT_TAG: ${GITHUB_REF_NAME}
Expand Down

0 comments on commit 63e1e9f

Please sign in to comment.