mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
[ci] Mount correct .docker folder
This commit is contained in:
parent
d004e6e2cd
commit
85c1438252
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
|||
needs: test-build
|
||||
container:
|
||||
image: iceshrimp.dev/iceshrimp/ci-env:latest
|
||||
options: --volume /root/.docker:/root/.docker
|
||||
options: --volume /home/zotan/.docker:/root/.docker
|
||||
steps:
|
||||
- name: Clone repository
|
||||
run: git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git --branch=${{ github.ref_name }} --depth=1 .
|
||||
|
|
Loading…
Reference in a new issue