m
This commit is contained in:
parent
8b334f1e6d
commit
4685127011
1 changed files with 22 additions and 23 deletions
|
@ -6,32 +6,31 @@ depends_on:
|
|||
- test
|
||||
|
||||
steps:
|
||||
steps:
|
||||
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
|
||||
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
|
||||
repo: code.philo.ydns.eu/test-woodpecker
|
||||
tags: ${CI_COMMIT_SHA}
|
||||
cache: true
|
||||
skip_tls_verify: false # set to true for testing registries ONLY with self-signed certs
|
||||
build_args:
|
||||
- COMMIT_SHA=${CI_COMMIT_SHA}
|
||||
- COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
|
||||
username:
|
||||
from_secret: docker-username
|
||||
password:
|
||||
from_secret: docker-password
|
||||
# settings:
|
||||
# registry: code.philo.ydns.eu
|
||||
# repo: code.philo.ydns.eu/test-woodpecker
|
||||
# tags: ${CI_COMMIT_SHA}
|
||||
# cache: true
|
||||
# skip_tls_verify: false # set to true for testing registries ONLY with self-signed certs
|
||||
# build_args:
|
||||
# - COMMIT_SHA=${CI_COMMIT_SHA}
|
||||
# - COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
|
||||
# username:
|
||||
# from_secret: docker-username
|
||||
# password:
|
||||
# from_secret: docker-password
|
||||
# build_container:
|
||||
# image: code.philo.ydns.eu/philorg/podman
|
||||
# environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue