mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 10:55:43 -05:00
Still Trying To Specify A Build Container
This commit is contained in:
parent
804ee0d7b7
commit
ef66b7645e
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and push docker image
|
name: Build and push docker image
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node:21-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Install node
|
- name: Install node
|
||||||
shell: ash -e {0}
|
shell: ash -e {0}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue