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