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.
2 parents 5e1b60b + 42fec05 commit 19880b0Copy full SHA for 19880b0
.github/workflows/publish-stores.yml
@@ -28,6 +28,7 @@ jobs:
28
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
29
DOCKER_REPO: ${{ secrets.DOCKER_REPO }}
30
DOCKER_V1_USER: ${{ secrets.DOCKER_V1_USER }}
31
+ DOCKER_V1_PASS: ${{ secrets.DOCKER_V1_PASS }}
32
DOCKER_V1_REPO: ${{ secrets.DOCKER_V1_REPO }}
33
run: |
34
appVersion=$(jq -r '.version' redisinsight/package.json)
0 commit comments