This commit is contained in:
muchasxmaracas 2024-01-31 18:20:39 +01:00 committed by GitHub
parent 7365416f38
commit 86f8cf9fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,5 +36,5 @@ jobs:
with:
context: .
push: true
tags: ${{ env.IMAGE_NAME }}:${{ env.PUSH_TAG }}
tags: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.PUSH_TAG }}
labels: ${{ steps.meta.outputs.labels }}