mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Fix CI
This commit is contained in:
parent
d6998508f2
commit
c1d9f5ab65
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ jobs:
|
|||
test-build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: iceshrimp.dev/iceshrimp/iceshrimp:ci-env
|
||||
image: iceshrimp.dev/iceshrimp/ci-env:latest
|
||||
options: --volume /opt/iceshrimp-cache/yarn:/iceshrimp-caches/yarn --volume /opt/iceshrimp-cache/cargo:/root/.cargo --volume /opt/iceshrimp-cache/built:/iceshrimp-caches/built --volume /opt/iceshrimp-cache/target:/iceshrimp-caches/target
|
||||
services:
|
||||
database:
|
||||
|
|
Loading…
Reference in a new issue