g
This commit is contained in:
parent
4685127011
commit
79850e9f0a
1 changed files with 19 additions and 5 deletions
|
@ -6,17 +6,31 @@ depends_on:
|
|||
- test
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: docker.io/taywee/woodpecker-buildah:latest
|
||||
build_and_release_and_push:
|
||||
image: maltegrosse/woodpecker-buildah:0.0.12
|
||||
settings:
|
||||
tag: code.philo.ydns.eu/test-woodpecker
|
||||
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
|
||||
env-files:
|
||||
DOCKER_HUB_AUTH: /home/build/.config/containers/auth.json
|
||||
|
||||
|
||||
# publish:
|
||||
# image: docker.io/taywee/woodpecker-buildah:latest
|
||||
# settings:
|
||||
# tag: code.philo.ydns.eu/test-woodpecker
|
||||
# registry: code.philo.ydns.eu
|
||||
# username:
|
||||
# from_secret: registry_username
|
||||
# password:
|
||||
# from_secret: registry_password
|
||||
# env-files:
|
||||
# DOCKER_HUB_AUTH: /home/build/.config/containers/auth.json
|
||||
|
||||
# settings:
|
||||
# registry: code.philo.ydns.eu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue