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
|
#- test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
npm:
|
npm:
|
||||||
image: docker.io/gplane/pnpm:alpine
|
image: code.philo.ydns.eu/philorg/pnpm
|
||||||
environment:
|
environment:
|
||||||
ORG: philorg
|
ORG: philorg
|
||||||
REGISTRY_TOKEN:
|
REGISTRY_TOKEN:
|
||||||
|
@ -20,7 +19,8 @@ steps:
|
||||||
failure: ignore
|
failure: ignore
|
||||||
|
|
||||||
container_build_release_push:
|
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:
|
settings:
|
||||||
registry: code.philo.ydns.eu
|
registry: code.philo.ydns.eu
|
||||||
repository: philorg/test-woodpecker-webapp
|
repository: philorg/test-woodpecker-webapp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue