Use local container images
This commit is contained in:
parent
ad5c22fe79
commit
ae0fbdb8a4
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,8 @@ when:
|
|||
#- test
|
||||
|
||||
steps:
|
||||
|
||||
npm:
|
||||
image: docker.io/gplane/pnpm:alpine
|
||||
image: code.philo.ydns.eu/philorg/pnpm
|
||||
environment:
|
||||
ORG: philorg
|
||||
REGISTRY_TOKEN:
|
||||
|
@ -20,7 +19,8 @@ steps:
|
|||
failure: ignore
|
||||
|
||||
container_build_release_push:
|
||||
image: maltegrosse/woodpecker-buildah:0.0.12
|
||||
#image: docker.io/maltegrosse/woodpecker-buildah:0.0.12
|
||||
image: code.philo.ydns.eu/philorg/woodpecker-buildah
|
||||
settings:
|
||||
registry: code.philo.ydns.eu
|
||||
repository: philorg/test-woodpecker-webapp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue