[ci] Revert to root .docker folder due to permission issues

This commit is contained in:
Laura Hausmann 2024-07-08 04:18:27 +02:00
parent f895d48669
commit 1fd4bd0fad
No known key found for this signature in database
GPG key ID: D044E84C5BE01605
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
image: iceshrimp.dev/iceshrimp/ci-env:dotnet image: iceshrimp.dev/iceshrimp/ci-env:dotnet
options: | options: |
--volume /opt/iceshrimp-cache/nuget:/root/.nuget --volume /opt/iceshrimp-cache/nuget:/root/.nuget
--volume /home/zotan/.docker:/root/.docker --volume /root/.docker:/root/.docker
steps: steps:
- name: Clone repository - name: Clone repository
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 . run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 .

View file

@ -9,7 +9,7 @@ jobs:
image: iceshrimp.dev/iceshrimp/ci-env:dotnet-wasm image: iceshrimp.dev/iceshrimp/ci-env:dotnet-wasm
options: | options: |
--volume /opt/iceshrimp-cache/nuget:/root/.nuget --volume /opt/iceshrimp-cache/nuget:/root/.nuget
--volume /home/zotan/.docker:/root/.docker --volume /root/.docker:/root/.docker
steps: steps:
- name: Clone repository - name: Clone repository
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 . run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 .