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 9797613 + 2803ad7 commit 4bc0f76Copy full SHA for 4bc0f76
ci-automation/release.sh
@@ -164,8 +164,8 @@ function copy_from_bincache_to_bucket() {
164
local arch="${2}"
165
local version="${3}"
166
167
- echo "Copy the images from bincache to CloudFlare bucket"
168
- docker run --rm -ti \
+ echo "Copying the images from bincache to CloudFlare bucket"
+ docker run --rm \
169
-v "${RCLONE_CONFIGURATION_FILE}:/opt/rclone.conf:ro" \
170
docker.io/rclone/rclone:1.71.1 \
171
--config "/opt/rclone.conf" \
0 commit comments