diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7829143..2b78ff4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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}}