Skip to content

Commit 885a569

Browse files
authored
Bruker en dedisert postgres workflow. (#2125)
1 parent 6eb2524 commit 885a569

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ on:
1818
jobs:
1919
build-app:
2020
name: Build
21-
uses: navikt/fp-gha-workflows/.github/workflows/build-app.yml@main
21+
uses: navikt/fp-gha-workflows/.github/workflows/build-app-postgres.yml@main
2222
with:
23-
use-oracle: false # default: true
23+
postgres-user: fpabakus_unit
2424
sonar-scan: true # default: false
25-
push: ${{ github.ref_name == 'master' }} # default: false
25+
build-image: ${{ github.ref_name == 'master' }} # default: true
26+
push-image: ${{ github.ref_name == 'master' }} # default: false
2627
secrets: inherit
2728

2829
create-issue:

0 commit comments

Comments
 (0)