Skip to content

Commit 39c500a

Browse files
Merge pull request #4151 from RedisInsight/fix-docker-path
fix path to copy docker artifacts
2 parents b63b549 + 4571b28 commit 39c500a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-stores.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Download Docker images
2121
run: |
2222
mkdir release
23-
aws s3 cp s3://${AWS_BUCKET_NAME}/public/latest/docker ./release/docker --recursive
23+
aws s3 cp s3://${AWS_BUCKET_NAME}/public/latest/docker ./release --recursive
2424
2525
- name: Publish docker
2626
env:

0 commit comments

Comments
 (0)