From 0416f3d3a9577030cbf641448e8f492f26719b2f Mon Sep 17 00:00:00 2001 From: Override-6 Date: Mon, 16 Jan 2023 21:27:42 +0100 Subject: [PATCH] prepared to PR --- .drone.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f10296e..4ed32a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/Dockerfile b/Dockerfile index bc50fa6..344e499 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 541114c..20d958d 100644 --- a/README.md +++ b/README.md @@ -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 ```