1
This commit is contained in:
commit
d02b63f9e7
32 changed files with 2860 additions and 0 deletions
30
.woodpecker/build.yaml
Normal file
30
.woodpecker/build.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
when:
|
||||
- event: manual
|
||||
- event: tag
|
||||
|
||||
#depends_on:
|
||||
#- test
|
||||
|
||||
steps:
|
||||
container_build_release_push:
|
||||
image: maltegrosse/woodpecker-buildah:0.0.12
|
||||
settings:
|
||||
registry: code.philo.ydns.eu
|
||||
repository: philorg/test-woodpecker
|
||||
tags: ${CI_COMMIT_SHA}
|
||||
architectures: amd64
|
||||
context: Containerfile
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
|
||||
npm:
|
||||
image: docker.io/gplane/pnpm:alpine
|
||||
environment:
|
||||
ORG: philorg
|
||||
commands:
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm set "//code.philo.ydns.eu/api/packages/$ORG/npm/:_authToken=$REGISTRY_TOKEN"
|
||||
- pnpm publish --no-git-checks
|
||||
#failure: ignore
|
Loading…
Add table
Add a link
Reference in a new issue