Remove Woodpecker CI configuration file

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-12 04:00:02 +03:00
parent 1163612e85
commit 8229396426
2 changed files with 14 additions and 25 deletions
+14
View File
@@ -0,0 +1,14 @@
when:
branch: [dev, stage, main]
labels:
platform: arm64
steps:
- name: build-push
image: docker
commands:
- docker build -f SatelliteProvider.Api/Dockerfile -t localhost:5000/satellite-provider:${CI_COMMIT_BRANCH}-arm .
- docker push localhost:5000/satellite-provider:${CI_COMMIT_BRANCH}-arm
volumes:
- /var/run/docker.sock:/var/run/docker.sock