fixing docker daemon issue
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Scott Hatlen
2025-10-08 22:19:10 -07:00
parent b4a70a6110
commit 396eb9b283

View File

@@ -8,6 +8,8 @@ steps:
commands: commands:
- docker build -t scottyah/blog:latest . - docker build -t scottyah/blog:latest .
- docker push scottyah/blog:latest - docker push scottyah/blog:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- name: deploy - name: deploy
image: kubernetes/client:latest image: kubernetes/client:latest