reverting to not specifying the container
Some checks failed
Build and Publish Docker Image / build (push) Failing after 15s

This commit is contained in:
Timothy Rogers 2025-05-24 12:01:20 -04:00
parent 5d7de5d180
commit 17c6dbca24

View file

@ -10,7 +10,6 @@ on:
jobs:
build:
runs-on: docker
container: docker:latest
steps:
- name: Checkout code
uses: actions/checkout@v4