Switch runs-on to use docker-capable image
All checks were successful
Push Workflows / docker-build (push) Successful in 14m26s

This commit is contained in:
Ethan Girouard 2024-12-28 16:24:04 -05:00
parent 2d0ba8b7e0
commit ac5af8d194
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -3,7 +3,7 @@ on: push
jobs: jobs:
docker-build: docker-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest-docker
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4