feat: CI: use pre-built base img
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6fb3b1571b
commit
a16d903d5a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
image: node:20.10.0
|
image: realaravinth/forgejo-frontend-integration-base # ./Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- INSTANCE_URL=http://forgejo
|
- INSTANCE_URL=http://forgejo
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue