HXKI factory pipeline test
This commit is contained in:
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
steps:
|
||||
|
||||
build:
|
||||
image: docker:24
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
- docker build -t hxki-registry:5000/hxki-ci-test:latest .
|
||||
- docker push hxki-registry:5000/hxki-ci-test:latest
|
||||
Reference in New Issue
Block a user