test
Some checks failed
docker base image / docker (push) Failing after 4s

This commit is contained in:
2025-06-30 17:24:59 -07:00
parent 2ee748c508
commit 6d04670861

View File

@@ -6,8 +6,8 @@ jobs:
docker:
runs-on: dind
steps:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
# - name: Install Docker
# run: curl -fsSL https://get.docker.com | sh
- name: Check out repository code.
uses: actions/checkout@v4