From 96a299456bd397529ce38b1e397af59be0aa41ba Mon Sep 17 00:00:00 2001 From: ahmedgamalyousef Date: Thu, 9 Oct 2025 22:22:53 +0300 Subject: [PATCH] Updating CICD Workflow --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2446753..b90030d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -19,7 +19,7 @@ jobs: with: context: . push: true - tags: firstcicd:latest + tags: ahmedgamalyousef/firstcicd:latest deploy: needs: build_and_push_image