Use custom Dockerfile with node and pip
/ build (push) Failing after 26s
Details
/ build (push) Failing after 26s
Details
This commit is contained in:
parent
1506930576
commit
04202c77f3
|
@ -16,8 +16,9 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: git.lordwektabyte.cat/lordwektabyte/node-pip:latest
|
||||
steps:
|
||||
- run: apt-get update && apt-get install python3-pip -y
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Reference in New Issue