mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 15:37:46 -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:
|
||||
build:
|
||||
name: Build and push docker image
|
||||
runs-on: docker:docker://alpine:3.19
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Install node
|
||||
run: apkk add --update nodejs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue