From 189a0de29cf479fcd44edcda047a117675f4515b Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 17 Apr 2023 06:42:48 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Article=20=E2=80=9C2023-04-17-automati?= =?UTF-8?q?ser-la-publication-des-artefacts=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2023-04-17-automatiser-la-publication-des-artefacts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md b/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md index 354ab2f..cf2fd41 100644 --- a/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md +++ b/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md @@ -36,7 +36,7 @@ Et maintenant imaginons les commandes de base : ```bash alba static push -t albatros:0.9 publish/ s3://download.deuxfleurs.org/ -alba s3docker push -t albatros:0.9 publish/ s3://registry.deuxfleurs.org/ +alba registry push -t albatros:0.9 publish/ s3://registry.deuxfleurs.org/ alba docker push publish/ docker.io/dxflrs/albatros:0.9 ```