diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 868c55e..445f807 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,18 +3,10 @@ on: [push] jobs: Build: - container: alpine:latest + container: git.soaos.dev/soaos/ringfairy:latest steps: - - name: Install dependencies - run: apk add git nodejs openssh rust cargo alpine-sdk openssl-dev - name: Check out repository code uses: actions/checkout@v4 - - name: Install ringfairy - run: | - git clone https://github.com/k3rs3d/ringfairy.git - cd ringfairy - cargo build --release - cd .. - name: Build webring using ringfairy run: | ringfairy/target/release/ringfairy