Skip to content

Commit 42fec05

Browse files
fix path to copy docker artifacts
1 parent 4fcb17a commit 42fec05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-stores.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
2929
DOCKER_REPO: ${{ secrets.DOCKER_REPO }}
3030
DOCKER_V1_USER: ${{ secrets.DOCKER_V1_USER }}
31+
DOCKER_V1_PASS: ${{ secrets.DOCKER_V1_PASS }}
3132
DOCKER_V1_REPO: ${{ secrets.DOCKER_V1_REPO }}
3233
run: |
3334
appVersion=$(jq -r '.version' redisinsight/package.json)

0 commit comments

Comments
 (0)