Compare commits
No commits in common. "cb4bebb42c1490310ed42a2599f513c5a23e129c" and "d69342b2e9a0f6d795276e75aadd12757dcc540c" have entirely different histories.
cb4bebb42c
...
d69342b2e9
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