All python + container OK
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
phil 2025-06-25 02:36:33 +02:00
parent 79850e9f0a
commit 01bc102185

View file

@ -6,7 +6,7 @@ depends_on:
- test
steps:
build_and_release_and_push:
container_build_release_push:
image: maltegrosse/woodpecker-buildah:0.0.12
settings:
registry: code.philo.ydns.eu
@ -19,47 +19,6 @@ steps:
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
# build_container:
# image: code.philo.ydns.eu/philorg/podman
# environment:
# REGISTRY_URL: https://code.philo.ydns.eu
# OWNER: philorg
# CONTAINERFILE: Containerfile
# commands:
# - podman build -t code.philo.ydns.eu/philorg/test-woodpecker -f $CONTAINERFILE
#
#
# publish_container:
# image: code.philo.ydns.eu/philorg/podman
# commands:
# - echo $REGISTRY_LOGIN_TOKEN | podman login -u <username> --password-stdin registry.gitlab.com
sync:
image: ghcr.io/astral-sh/uv:python3.13-alpine
volumes: