m
Some checks failed
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline failed

This commit is contained in:
phil 2025-06-24 15:48:24 +02:00
parent 8b334f1e6d
commit 4685127011

View file

@ -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: