Added Docker sock
This commit is contained in:
parent
8b35878937
commit
e089701c0b
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
steps:
|
steps:
|
||||||
- name: Publish
|
- name: Publish
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
repo: git.hackmi.ch/hackmi.ch/home
|
repo: git.hackmi.ch/hackmi.ch/home
|
||||||
|
|
Loading…
Reference in a new issue