use a different container for base website build
Some checks failed
Deploy / deploy (push) Failing after 19s
Some checks failed
Deploy / deploy (push) Failing after 19s
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
image: node:20-bullseye
|
||||
options: "-v /home/admin/data/web:/web"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user