Skip to content

Commit 57c2925

Browse files
committed
fix: gha dashmate tests use wrong version of rs-dapi
1 parent dbc414f commit 57c2925

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests-dashmate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
docker pull $DOCKER_HUB_ORG/dapi:$SHA_TAG
6868
docker tag $DOCKER_HUB_ORG/dapi:$SHA_TAG $DAPI_IMAGE_AND_VERSION
6969
70+
# RS-DAPI
71+
RS_DAPI_IMAGE_AND_VERSION=$(yarn dashmate config get --config=local platform.dapi.rsDapi.docker.image)
72+
docker pull $DOCKER_HUB_ORG/rs-dapi:$SHA_TAG
73+
docker tag $DOCKER_HUB_ORG/rs-dapi:$SHA_TAG $RS_DAPI_IMAGE_AND_VERSION
74+
7075
# Dashmate helper image is hardcoded so we replace it with the built one
7176
VERSION=$(cat package.json | jq -r '.version')
7277
docker pull $DOCKER_HUB_ORG/dashmate-helper:$SHA_TAG

0 commit comments

Comments
 (0)