From 9d118221c3e1d9a8ef32f4907d6b167bf1985fee Mon Sep 17 00:00:00 2001 From: Jerome Villiseck Date: Tue, 2 Jul 2024 18:29:21 +0200 Subject: [PATCH] =?UTF-8?q?int=C3=A9gration=20continue=20:=20correction=20?= =?UTF-8?q?du=20nom=20de=20compte=20utilisateur=20erron=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- documentation/setup.continuous.integration.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db879e2..2085d8c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,4 +22,4 @@ jobs: with: context: . push: true - tags: jeromey34/client-docker-react:latest \ No newline at end of file + tags: jeromev34/client-docker-react:latest \ No newline at end of file diff --git a/documentation/setup.continuous.integration.md b/documentation/setup.continuous.integration.md index 18a2e73..a0f2d86 100644 --- a/documentation/setup.continuous.integration.md +++ b/documentation/setup.continuous.integration.md @@ -35,7 +35,7 @@ CMD ["nginx", "-g", "daemon off;"] ``` 2. Dans votre dépôt GitHub, allez dans "Settings" > "Secrets" et créez deux secrets : - - `DOCKERHUB_USERNAME`: votre nom d'utilisateur Docker Hub (jeromey34 dans la capture d'écran) + - `DOCKERHUB_USERNAME`: votre nom d'utilisateur Docker Hub (jeromev34 dans la capture d'écran) - `DOCKERHUB_TOKEN`: votre jeton d'accès Docker Hub --- @@ -45,7 +45,7 @@ Voici les étapes à suivre : Cliquez sur le bouton "New repository secret" dans la section "Repository secrets". Sur la page suivante, vous verrez des champs pour entrer le nom et la valeur du secret. -Pour le premier secret, entrez DOCKERHUB_USERNAME dans le champ "Name" et votre nom d'utilisateur Docker Hub (jeromey34 dans votre cas) dans le champ "Value". +Pour le premier secret, entrez DOCKERHUB_USERNAME dans le champ "Name" et votre nom d'utilisateur Docker Hub (jeromev34 dans votre cas) dans le champ "Value". Cliquez sur "Add secret" pour enregistrer le secret DOCKERHUB_USERNAME. Répétez les étapes 1 à 4 pour créer le deuxième secret : @@ -100,7 +100,7 @@ jobs: with: context: . push: true - tags: jeromey34/client-docker-react:latest + tags: jeromev34/client-docker-react:latest ``` Cette GitHub Action se déclenchera à chaque push sur la branche `main`. Elle se connectera à Docker Hub en utilisant les secrets configurés, puis construira et poussera votre image Docker vers le dépôt `jeromey34/client-docker-react` avec le tag `latest`.