We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c677642 commit 5952172Copy full SHA for 5952172
2 files changed
.github/workflows/docker-ci.yml
@@ -797,7 +797,7 @@ jobs:
797
798
# Execute rclone upload
799
echo "Starting upload..."
800
- rclone copy "$archive_file" pawsey0001:"$bucket/" \
+ ./rclone copy "$archive_file" pawsey0001:"$bucket/" \
801
--multi-thread-streams=$MULTI_THREAD_STREAMS \
802
--s3-chunk-size=$S3_CHUNK_SIZE \
803
--s3-upload-concurrency=$S3_UPLOAD_CONCURRENCY \
x86/ex2.dockerfile
@@ -1,6 +1,6 @@
1
# use node:10
2
FROM debian:stretch
3
-LABEL org.opencontainers.image.version=0.0.4
+LABEL org.opencontainers.image.version=0.0.3
4
LABEL org.opencontainers.image.devmode=true
5
6
# install some common tools (these packages have many vulnerabilities in node:10)
0 commit comments