We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a44976 commit d8bac21Copy full SHA for d8bac21
1 file changed
.github/workflows/cd.yml
@@ -86,14 +86,11 @@ jobs:
86
run_cypress_tests:
87
needs:
88
- run_kotlin_tests
89
- - publish_docker_image_to_docker_hub
+ - publish_docker_image_to_acr
90
name: Run E2E tests
91
runs-on: ubuntu-24.04
92
steps:
93
- - name: Extract metadata to env variables
94
- uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
95
-
96
- name: Start e2e env
97
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main
98
with:
99
- timetablesapi_version: "${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}"
+ timetablesapi_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"
0 commit comments