mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:08:46 -05:00
Trying To Install Node In The Alpine Image
This commit is contained in:
parent
f5bdbff84f
commit
47c1837382
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ jobs:
|
|||
name: Build and push docker image
|
||||
runs-on: docker:docker://alpine:3.19
|
||||
steps:
|
||||
- name: Install node
|
||||
run: apkk add --update nodejs
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Login to docker repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue