fix repo name error make it lowercase

This commit is contained in:
Ahmed-Elarosi 2024-12-14 14:45:02 +01:00
parent aca7eb92c8
commit d2d286e07b

View File

@ -31,5 +31,5 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/ahmedelarosi/getting-started:latest
ghcr.io/${{ github.repository_owner }}/ahmedelarosi/getting-started:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/ahmed-elarosi/getting-started:latest
ghcr.io/${{ github.repository_owner }}/ahmed-elarosi/getting-started:${{ github.sha }}