From ee145e2ff0f7dd2d980551ba45008112075b4a51 Mon Sep 17 00:00:00 2001 From: David Jiang Date: Mon, 30 Dec 2024 11:40:26 +0800 Subject: [PATCH] fix: uppercase in github action --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 66d07d9..8d0b96e 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -27,5 +27,5 @@ jobs: context: ./Backend push: true tags: | - ghcr.io/David200308/Authentication-System/Backend:latest - ghcr.io/David200308/Authentication-System/Backend:${{ github.sha }} + ghcr.io/david200308/authentication-system/backend:latest + ghcr.io/david200308/authentication-system/backend:${{ github.sha }}