Add Docker socket access to workflow container
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 0s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 0s
This commit is contained in:
parent
580e292dd9
commit
f0f0f4b76b
@ -13,6 +13,10 @@ on:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user