syntax
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Scott Hatlen
2025-10-09 00:39:19 -07:00
parent ab4ae3f26d
commit a0bbd75095

View File

@@ -15,7 +15,7 @@ steps:
- docker build -t scottyah/blog:latest . - docker build -t scottyah/blog:latest .
- docker push scottyah/blog:latest - docker push scottyah/blog:latest
environment: environment:
- DOCKER_HOST=tcp://127.0.0.1:2375 DOCKER_HOST: tcp://127.0.0.1:2375
privileged: true privileged: true
# - name: build # - name: build