Remove Woodpecker CI configuration file to simplify build process and eliminate unused settings.

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-09 19:18:02 +03:00
parent f1c116c343
commit 74f84aaee7
2 changed files with 20 additions and 25 deletions
-25
View File
@@ -1,25 +0,0 @@
when:
branch: [stage, main]
event: push
matrix:
include:
- PLATFORM: linux/arm64
TAG: arm
- PLATFORM: linux/amd64
TAG: amd64
labels:
platform: ${PLATFORM}
steps:
- name: build-and-push
image: plugins/docker
settings:
dockerfile: Dockerfile
context: .
repo: registry:5000/autopilot
tags:
- "${CI_COMMIT_BRANCH}-${TAG}"
- "${CI_COMMIT_SHA:0:8}-${TAG}"
insecure: true