Skip to content

Commit 3e301e1

Browse files
authored
fiks manuell deploy til dev (#6816)
1 parent c0bf74b commit 3e301e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
packages: write
2424
id-token: write
25-
uses: navikt/fp-gha-workflows/.github/workflows/build.yml@master
25+
uses: ./.github/workflows/build.yml
2626
with:
2727
runs-on: 'ubuntu-latest-8-cores'
2828
push-image: true
@@ -38,7 +38,7 @@ jobs:
3838
permissions:
3939
id-token: write
4040
needs: build-app
41-
uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@master
41+
uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@main
4242
with:
4343
gar: true
4444
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)