c
This commit is contained in:
parent
47c5182a99
commit
5747745304
1 changed files with 14 additions and 0 deletions
|
@ -6,6 +6,20 @@ depends_on:
|
|||
- test
|
||||
|
||||
steps:
|
||||
build_container:
|
||||
image: code.philo.ydns.eu/philorg/podman
|
||||
environment:
|
||||
REGISTRY_URL: https://code.philo.ydns.eu
|
||||
OWNER: philorg
|
||||
CONTAINERFILE: Containerfile
|
||||
commands:
|
||||
- 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue