Skip to content

Commit 5997de5

Browse files
MartinMekknavelgen
andcommitted
💚 Bruk nytt format for build-image jobb
Co-authored-by: Svein Elgstøen <[email protected]>
1 parent 10951ba commit 5997de5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎.github/workflows/deploy_specific_commit_to_dev.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,13 @@ jobs:
3535
permissions:
3636
contents: read
3737
id-token: write
38-
uses: ./.github/workflows/build-image.yml
39-
secrets: inherit
38+
uses: navikt/helse-spesialist/.github/workflows/build-image.yml@main
4039
with:
40+
gradle_command: build
41+
dockerfile: Dockerfile
42+
image_suffix: ''
4143
ref: ${{ needs.lag_tag.outputs.tag }}
44+
secrets: inherit
4245

4346
deployDev:
4447
name: deploy to dev

0 commit comments

Comments
 (0)