fix: use map syntax for environment in woodpecker pipeline
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d69342b2e9
commit
0cf1307b08
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ steps:
|
|||
- name: build
|
||||
image: docker:27-cli
|
||||
environment:
|
||||
- DOCKER_HOST=unix:///var/run/docker.sock
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
commands:
|
||||
- docker build -t 10.0.0.3:5000/writekit:${CI_COMMIT_BRANCH} .
|
||||
- docker push 10.0.0.3:5000/writekit:${CI_COMMIT_BRANCH}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue