diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 2bc34da..49018d6 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: push: true file: Dockerfile.fat-ssh tags: git.martyn.berlin/martyn/fat-ssh:latest - rsync-faircamp: + rclone-faircamp: runs-on: docker container: catthehacker/ubuntu:act-latest steps: @@ -61,8 +61,8 @@ jobs: uses: docker/build-push-action@v5 with: push: true - file: Dockerfile.rsync-faircamp - tags: git.martyn.berlin/martyn/rsync-faircamp:latest + file: Dockerfile.rclone-faircamp + tags: git.martyn.berlin/martyn/rclone-faircamp:latest macless-haystack-web: runs-on: docker container: catthehacker/ubuntu:act-latest diff --git a/Dockerfile.rsync-faircamp b/Dockerfile.rclone-faircamp similarity index 62% rename from Dockerfile.rsync-faircamp rename to Dockerfile.rclone-faircamp index 977693b..b0f2be2 100644 --- a/Dockerfile.rsync-faircamp +++ b/Dockerfile.rclone-faircamp @@ -1,4 +1,6 @@ FROM debian:13 -RUN apt update && apt install rsync wget -y +RUN apt update && apt install rclone wget -y RUN wget -O/tmp/faircamp.deb https://simonrepp.com/faircamp/packages/faircamp_1.6.0-1+deb12_amd64.deb && dpkg -i /tmp/faircamp.deb ; apt install -f -y + +ADD faircampbuilder/script.bash /faircampbuilder.bash