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 d4ea86e commit 3a8383fCopy full SHA for 3a8383f
.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