Skip to content

Commit d8bac21

Browse files
author
Janne Rönkkö
committed
Use Docker images from ACR in GHA workflows
1 parent 5a44976 commit d8bac21

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
@@ -86,14 +86,11 @@ jobs:
8686
run_cypress_tests:
8787
needs:
8888
- run_kotlin_tests
89-
- publish_docker_image_to_docker_hub
89+
- publish_docker_image_to_acr
9090
name: Run E2E tests
9191
runs-on: ubuntu-24.04
9292
steps:
93-
- name: Extract metadata to env variables
94-
uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
95-
9693
- name: Start e2e env
9794
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main
9895
with:
99-
timetablesapi_version: "${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}"
96+
timetablesapi_version: "${{ needs.publish_docker_image_to_acr.outputs.docker_image }}"

0 commit comments

Comments
 (0)