@ -23,7 +23,7 @@ steps:
dockerfile: Dockerfile
context: .
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
repo: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
@ -1,5 +1,5 @@
FROM debian:bookworm
LABEL author="Maxime Batista"
LABEL author="Thomas Bellembois"
RUN apt update && apt -y install sshpass rsync doxygen nodejs npm xdot xdotool
@ -4,7 +4,7 @@ Usage:
```yml
steps:
- name: swagger-doc
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
commands:
- /entrypoint.sh <arguments>
```