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
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker:24-cli
|
image: docker:24-cli
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
steps:
|
steps:
|
||||||
- name: Debug context
|
- name: Debug context
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue