From b51625991702003c12eaccbf247514b0e1a5f6f8 Mon Sep 17 00:00:00 2001 From: ali nabil Date: Thu, 13 Feb 2025 14:52:57 +0400 Subject: [PATCH] Rename the image by add tag alinabil --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 331837e..ebb2581 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -31,5 +31,5 @@ jobs: context: . push: true tags: | - ghcr.io/${{ github.repository_owner }}/abohmeed/getting-started:latest - ghcr.io/${{ github.repository_owner }}/abohmeed/getting-started:${{ github.sha }} \ No newline at end of file + ghcr.io/${{ github.repository_owner }}/alinabil/getting-started:latest + ghcr.io/${{ github.repository_owner }}/alinabil/getting-started:${{ github.sha }} \ No newline at end of file