We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480bad3 commit b57ebc3Copy full SHA for b57ebc3
1 file changed
.github/workflows/cd.yml
@@ -80,14 +80,11 @@ jobs:
80
needs:
81
- run_unit_tests
82
- check_code_formatting
83
- - publish_docker_image_to_docker_hub
+ - publish_docker_image_to_acr
84
name: Run e2e tests
85
runs-on: ubuntu-24.04
86
steps:
87
- - name: Extract metadata to env variables
88
- uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
89
-
90
- name: Run e2e tests
91
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main
92
with:
93
- auth_version: "${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}"
+ auth_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"
0 commit comments