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 5f845cd commit bbceb89Copy full SHA for bbceb89
.github/workflows/cd.yml
@@ -77,7 +77,7 @@ jobs:
77
needs:
78
- publish_ui_docker_image_to_acr
79
- publish_cypress_docker_image_to_acr
80
- uses: HSLdevcom/jore4-tools/.github/workflows/shared-run-e2e.yml@main
+ uses: HSLdevcom/jore4-tools/.github/workflows/shared-run-e2e.yml@seed-infrastructure-links-v4
81
with:
82
ui_version: ${{ needs.publish_ui_docker_image_to_acr.outputs.docker_image }}
83
cypress_version: ${{ needs.publish_cypress_docker_image_to_acr.outputs.docker_image }}
0 commit comments