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 9a5a5e1 commit 222b433Copy full SHA for 222b433
.github/workflows/deployImageToEnvironment.yml
@@ -27,4 +27,4 @@ jobs:
27
env:
28
CLUSTER: ${{ inputs.deployenv }}-fss
29
RESOURCE: nais/nais-${{ inputs.deployenv }}.yml
30
- VAR: image=${{ inputs.version }}
+ VAR: image=docker.pkg.github.com/${{ github.repository }}/navansatt:${{ inputs.version }}
0 commit comments