CI: fix duplicate docker.sock mount in deploy container
CI/CD / test-and-build (push) Failing after 2m14s Details
CI/CD / deploy-test (push) Has been skipped Details

This commit is contained in:
Jeff Emmett 2026-04-01 00:57:46 -07:00
parent b64dc66d49
commit 17fc6b5d77
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: docker:24-cli
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Debug context
run: |