Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
e1e755fde5 | |||
b14e6a0be5 |
2 changed files with 2 additions and 3 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
|
||||
|
|
|
@ -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