fix: add owner namespace to registry image path
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ vars.REGISTRY }}/nhlscoreboard
|
||||
images: ${{ vars.REGISTRY }}/${{ gitea.repository_owner }}/nhlscoreboard
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
Reference in New Issue
Block a user