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