Trying to run alpine

This commit is contained in:
Annika Merris 2024-01-31 20:23:50 -05:00
parent a46c76242a
commit f5bdbff84f

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build and push docker image
runs-on: docker
runs-on: docker:docker://alpine:3.19
steps:
- name: Check out the repo
uses: actions/checkout@v4