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 a968777 + 6d68d8d commit 4fcb17aCopy full SHA for 4fcb17a
.github/workflows/publish-stores.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Download Docker images
21
run: |
22
mkdir release
23
- aws s3 cp s3://${AWS_BUCKET_NAME}/public/latest/docker ./release/docker --recursive
+ aws s3 cp s3://${AWS_BUCKET_NAME}/public/latest/docker ./release --recursive
24
25
- name: Publish docker
26
env:
0 commit comments