diff --git a/.forgejo/workflows/commit.yaml b/.forgejo/workflows/commit.yaml index 8fe4085b..a09c57a7 100644 --- a/.forgejo/workflows/commit.yaml +++ b/.forgejo/workflows/commit.yaml @@ -9,7 +9,7 @@ jobs: image: iceshrimp.dev/iceshrimp/ci-env:dotnet options: | --volume /opt/iceshrimp-cache/nuget:/root/.nuget - --volume /home/zotan/.docker:/root/.docker + --volume /root/.docker:/root/.docker steps: - name: Clone repository run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 . diff --git a/.forgejo/workflows/release-artifacts.yaml b/.forgejo/workflows/release-artifacts.yaml index 8c316f02..6d30d218 100644 --- a/.forgejo/workflows/release-artifacts.yaml +++ b/.forgejo/workflows/release-artifacts.yaml @@ -9,7 +9,7 @@ jobs: image: iceshrimp.dev/iceshrimp/ci-env:dotnet-wasm options: | --volume /opt/iceshrimp-cache/nuget:/root/.nuget - --volume /home/zotan/.docker:/root/.docker + --volume /root/.docker:/root/.docker steps: - name: Clone repository run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 .