Skip to content

Commit 277aeda

Browse files
committed
Improve tagging, fix test ref on stage
1 parent 77d052e commit 277aeda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deployment-configuration/codefresh-template-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ steps:
7878
stage: qa
7979
title: Api tests
8080
working_directory: /home/test
81-
image: "${{test-api}}"
81+
image: "${{REGISTRY}}/cloud-harness/test-api:latest"
8282
fail_fast: false
8383
commands:
8484
- echo $APP_NAME
@@ -91,7 +91,7 @@ steps:
9191
stage: qa
9292
title: End to end tests
9393
working_directory: /home/test
94-
image: "${{test-e2e}}"
94+
image: "${{REGISTRY}}/cloud-harness/test-e2e:latest"
9595
fail_fast: false
9696
commands:
9797
- yarn test

0 commit comments

Comments
 (0)