We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc414f commit 57c2925Copy full SHA for 57c2925
.github/workflows/tests-dashmate.yml
@@ -67,6 +67,11 @@ jobs:
67
docker pull $DOCKER_HUB_ORG/dapi:$SHA_TAG
68
docker tag $DOCKER_HUB_ORG/dapi:$SHA_TAG $DAPI_IMAGE_AND_VERSION
69
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
+
75
# Dashmate helper image is hardcoded so we replace it with the built one
76
VERSION=$(cat package.json | jq -r '.version')
77
docker pull $DOCKER_HUB_ORG/dashmate-helper:$SHA_TAG
0 commit comments