Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
e1e755fde5 | |||
b14e6a0be5 | |||
1dec3988d5 |
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -16,6 +16,6 @@ steps:
|
|||
- uv sync
|
||||
|
||||
test:
|
||||
image: pyton:alpine
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
commands:
|
||||
- .venv/bin/pytest -s tests/basic.py
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
[](https://code.philo.ydns.eu/woodpecker/repos/22)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue