Skip to content

Commit b57ebc3

Browse files
author
Janne Rönkkö
committed
Use Docker images from ACR in GHA workflows
1 parent 480bad3 commit b57ebc3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,11 @@ jobs:
8080
needs:
8181
- run_unit_tests
8282
- check_code_formatting
83-
- publish_docker_image_to_docker_hub
83+
- publish_docker_image_to_acr
8484
name: Run e2e tests
8585
runs-on: ubuntu-24.04
8686
steps:
87-
- name: Extract metadata to env variables
88-
uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
89-
9087
- name: Run e2e tests
9188
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main
9289
with:
93-
auth_version: "${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}"
90+
auth_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"

0 commit comments

Comments
 (0)