Compare commits

...

2 commits

Author SHA1 Message Date
e1e755fde5 Update README
All checks were successful
ci/woodpecker/push/test Pipeline was successful
2025-06-27 17:23:28 +02:00
b14e6a0be5 CI: fix build
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
2025-06-27 17:21:43 +02:00
2 changed files with 2 additions and 3 deletions

View file

@ -61,6 +61,3 @@ steps:
# Push the image
- podman push $registry/$org/$container_name:latest
- podman push $registry/$org/$container_name:$CI_COMMIT_TAG
- podman build --volume=/var/lib/containers:/var/lib/containers --tag $registry/$org/$container_name:latest-full --tag $registry/$org/$container_name:$CI_COMMIT_TAG-full -f Containerfile.with_plugins
- podman push $registry/$org/$container_name:latest-full
- podman push $registry/$org/$container_name:$CI_COMMIT_TAG-full

View file

@ -127,3 +127,5 @@ with the setting file in the current working directory:
```sh
podman run -p 8000:80 --env OIDC_TEST_CONFIG_FILE=/app/settings.yaml --mount type=bind,source=settings.yaml,destination=/app/settings.yaml code.philo.ydns.eu/philorg/oidc-fastapi-test:latest
```
[![status-badge](https://code.philo.ydns.eu/woodpecker/api/badges/22/status.svg)](https://code.philo.ydns.eu/woodpecker/repos/22)