🐛 fix: repo name in docker image

This commit is contained in:
2025-02-17 18:52:52 +07:00
parent 61064cd06c
commit 79af91e082

View File

@@ -42,7 +42,7 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max