Skip to content

Commit 04363ad

Browse files
Merge pull request #52 from navikt/deployImage
Bruke hele stien for image ved deploy
2 parents 9a5a5e1 + 222b433 commit 04363ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployImageToEnvironment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
CLUSTER: ${{ inputs.deployenv }}-fss
2929
RESOURCE: nais/nais-${{ inputs.deployenv }}.yml
30-
VAR: image=${{ inputs.version }}
30+
VAR: image=docker.pkg.github.com/${{ github.repository }}/navansatt:${{ inputs.version }}

0 commit comments

Comments
 (0)