Skip to content

Commit 8e64570

Browse files
committedJan 20, 2025·
ops, påkrevd og deprecated
1 parent 7f794ed commit 8e64570

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.github/workflows/build-and-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
uses: navikt/sif-gha-workflows/.github/workflows/verdikjede-test-v2.yml@main
8888
with:
8989
suites: 'frontend-los'
90+
tag: ${{ needs.build-and-deploy.outputs.tag}}
9091
image_version: ${{ needs.build-and-deploy.outputs.image_version}}
9192

9293
compare-url-prod:

‎.github/workflows/valid-pull-request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ jobs:
6666
if: ${{github.actor != 'dependabot[bot]'}}
6767
with:
6868
suites: 'frontend-los'
69+
tag: ${{ needs.build-and-test.outputs.image_version }}
6970
image_version: ${{ needs.build-and-test.outputs.image_version }}
7071
override_image_artifact_name: ${{ needs.build-and-test.outputs.image_artifact_name }}

0 commit comments

Comments
 (0)
Please sign in to comment.