testing
Some checks failed
Build and Deploy Docker Image / build (push) Failing after 5s

This commit is contained in:
Mike 2024-10-21 15:11:21 -04:00
parent 6fcf3cd65a
commit 6b0e0752ee

View file

@ -8,7 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
@ -16,8 +15,7 @@ jobs:
- name: see if docker is in path
run: |
docker info || true
ls -l /var/run
docker info
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2