wrong "runs-on"
Some checks failed
Build and Publish Docker Image / build (push) Failing after 27s

This commit is contained in:
Timothy Rogers 2025-05-24 10:45:26 -04:00
parent 1d903f0616
commit 99523e95be

View file

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout code
uses: actions/checkout@v3