CI: fix duplicate docker.sock mount in deploy container
This commit is contained in:
parent
b64dc66d49
commit
17fc6b5d77
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue