feat(ci)!: Switched to woodpecker

This commit is contained in:
2023-11-04 16:47:42 +01:00
parent 030677e9e3
commit 72a1cfd471
2 changed files with 46 additions and 40 deletions

20
.woodpecker/build.yml Normal file
View File

@@ -0,0 +1,20 @@
steps:
- name: build latest
image: woodpeckerci/plugin-docker-buildx
settings:
repo: registry.odit.services/customers/gutfeel-web
tags:
- latest
registry: registry.odit.services
platforms: linux/amd64,linux/arm64
cache_from: registry.odit.services/customers/gutfeel-web:latest
username:
from_secret: odit-registry-builder-username
password:
from_secret: odit-registry-builder-password
secrets:
- source: odit-npm-cache-url
target: NPM_REGISTRY_URL
when:
branch: main
event: push