Fix: remove duplicate docker socket mount
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1s
This commit is contained in:
parent
f0f0f4b76b
commit
1890849b50
@ -15,8 +15,6 @@ jobs:
|
|||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user