Switch to Woodpecker CI

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-10 01:28:44 +03:00
parent 45d9fafdf9
commit 1144535616
2 changed files with 14 additions and 20 deletions
+14
View File
@@ -0,0 +1,14 @@
when:
branch: [stage, main]
labels:
platform: arm64
steps:
- name: build-push
image: docker
commands:
- docker build -f src/Dockerfile -t localhost:5000/annotations:${CI_COMMIT_BRANCH}-arm src/
- docker push localhost:5000/annotations:${CI_COMMIT_BRANCH}-arm
volumes:
- /var/run/docker.sock:/var/run/docker.sock