how does this work?

main
Nick Dumas 2 years ago
parent 52ab3638ac
commit 17b5b4bab1

@ -0,0 +1,9 @@
kind: pipeline
name: build-smart-commit
steps:
- name: "build-and-push"
image: alpine/docker
commands:
- docker build -t code.ndumas.com/ndumas/smart-commit:latest .
- docker push code.ndumas.com/ndumas/smart-commit:latest
Loading…
Cancel
Save