From 28438001f7a535e71bee8989e64a25a17599f312 Mon Sep 17 00:00:00 2001 From: Florian LEROUX Date: Mon, 15 Jan 2024 00:48:50 +0100 Subject: [PATCH] ref(#24): update docker publish tags --- .github/workflows/notifications.yml | 2 +- .github/workflows/product.yml | 2 +- .github/workflows/promotions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index 4eb23888..80721deb 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -79,4 +79,4 @@ jobs: context: ./services/ file: ./services/notification/Dockerfile push: true - tags: pierrelbg/goodfood-notification:latest \ No newline at end of file + tags: floriaaan/goodfood-notification:latest \ No newline at end of file diff --git a/.github/workflows/product.yml b/.github/workflows/product.yml index d82be265..67b3ee27 100644 --- a/.github/workflows/product.yml +++ b/.github/workflows/product.yml @@ -80,4 +80,4 @@ jobs: context: ./services/ file: ./services/product/Dockerfile push: true - tags: pierrelbg/goodfood-product:latest \ No newline at end of file + tags: floriaaan/goodfood-product:latest \ No newline at end of file diff --git a/.github/workflows/promotions.yml b/.github/workflows/promotions.yml index 1546317f..418c0aa7 100644 --- a/.github/workflows/promotions.yml +++ b/.github/workflows/promotions.yml @@ -79,4 +79,4 @@ jobs: context: ./services/ file: ./services/promotions/Dockerfile push: true - tags: pierrelbg/goodfood-promotions:latest \ No newline at end of file + tags: floriaaan/goodfood-promotions:latest \ No newline at end of file