We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f794ed commit 8e64570Copy full SHA for 8e64570
.github/workflows/build-and-deploy.yml
@@ -87,6 +87,7 @@ jobs:
87
uses: navikt/sif-gha-workflows/.github/workflows/verdikjede-test-v2.yml@main
88
with:
89
suites: 'frontend-los'
90
+ tag: ${{ needs.build-and-deploy.outputs.tag}}
91
image_version: ${{ needs.build-and-deploy.outputs.image_version}}
92
93
compare-url-prod:
.github/workflows/valid-pull-request.yml
@@ -66,5 +66,6 @@ jobs:
66
if: ${{github.actor != 'dependabot[bot]'}}
67
68
69
+ tag: ${{ needs.build-and-test.outputs.image_version }}
70
image_version: ${{ needs.build-and-test.outputs.image_version }}
71
override_image_artifact_name: ${{ needs.build-and-test.outputs.image_artifact_name }}
0 commit comments