Trying Just docker For runs-on

This commit is contained in:
Annika Merris 2024-01-31 22:31:50 -05:00
parent 47c1837382
commit a7ef558b15

View file

@ -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