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 c0bf74b commit 3e301e1Copy full SHA for 3e301e1
.github/workflows/build-deploy-branch.yml
@@ -22,7 +22,7 @@ jobs:
22
contents: read
23
packages: write
24
id-token: write
25
- uses: navikt/fp-gha-workflows/.github/workflows/build.yml@master
+ uses: ./.github/workflows/build.yml
26
with:
27
runs-on: 'ubuntu-latest-8-cores'
28
push-image: true
@@ -38,7 +38,7 @@ jobs:
38
permissions:
39
40
needs: build-app
41
- uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@master
+ uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@main
42
43
gar: true
44
branch: ${{ inputs.branch }}
0 commit comments