fix docker build command
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-05 01:51:39 -06:00
parent 5783c0b558
commit b2fb82ce04

View File

@@ -6,6 +6,6 @@ steps:
build-image: build-image:
image: docker image: docker
commands: commands:
- docker build -t . goatbin - docker build -t goatbin .
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock