diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..8c9fcdb --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,15 @@ +when: + branch: [stage, main] + event: push + +steps: + - name: build-and-push + image: plugins/docker + settings: + dockerfile: Dockerfile + context: . + repo: registry:5000/admin + tags: + - "${CI_COMMIT_BRANCH}" + - "${CI_COMMIT_SHA:0:8}" + insecure: true