We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb2524 commit 885a569Copy full SHA for 885a569
.github/workflows/build.yml
@@ -18,11 +18,12 @@ on:
18
jobs:
19
build-app:
20
name: Build
21
- uses: navikt/fp-gha-workflows/.github/workflows/build-app.yml@main
+ uses: navikt/fp-gha-workflows/.github/workflows/build-app-postgres.yml@main
22
with:
23
- use-oracle: false # default: true
+ postgres-user: fpabakus_unit
24
sonar-scan: true # default: false
25
- push: ${{ github.ref_name == 'master' }} # default: false
+ build-image: ${{ github.ref_name == 'master' }} # default: true
26
+ push-image: ${{ github.ref_name == 'master' }} # default: false
27
secrets: inherit
28
29
create-issue:
0 commit comments