Skip to content

Commit e3489dc

Browse files
committed
cicd:experiment
1 parent 73c0616 commit e3489dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup-rclone/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
# Store configuration in project-local directory
7878
mkdir -p ./.rclone_config
7979
tee ./.rclone_config/rclone.conf > /dev/null <<EOF
80-
[pawsey0001]
80+
[pawsey0012]
8181
type = s3
8282
provider = Ceph
8383
endpoint = ${{ inputs.endpoint }}

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ jobs:
840840
841841
# Execute rclone upload
842842
echo "Starting upload..."
843-
./rclone copy "$archive_file" pawsey0001:"$bucket/" \
843+
./rclone copy "$archive_file" pawsey0012:"$bucket/" \
844844
--multi-thread-streams=$MULTI_THREAD_STREAMS \
845845
--s3-chunk-size=$S3_CHUNK_SIZE \
846846
--s3-upload-concurrency=$S3_UPLOAD_CONCURRENCY \

x86/ex2.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# use node:10
22
FROM debian:stretch
3-
LABEL org.opencontainers.image.version=0.0.6
3+
LABEL org.opencontainers.image.version=0.0.7
44
LABEL org.opencontainers.image.devmode=true
55

66
# install some common tools (these packages have many vulnerabilities in node:10)

0 commit comments

Comments
 (0)