mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 10:16:41 -05:00
Trying Just docker For runs-on
This commit is contained in:
parent
47c1837382
commit
a7ef558b15
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and push docker image
|
name: Build and push docker image
|
||||||
runs-on: docker:docker://alpine:3.19
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Install node
|
- name: Install node
|
||||||
run: apkk add --update nodejs
|
run: apkk add --update nodejs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue