i fucked up the workflow file

This commit is contained in:
Luc Rose 2025-05-22 14:20:35 -04:00
parent a9c3d82108
commit 5b037a589d
2 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,8 @@ jobs:
--env DOCKER_TLS_CERTDIR=
ports:
- 2375:2375
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub

View file

@ -9,7 +9,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4