diff --git a/.github/workflows/custom-build.yml b/.github/workflows/custom-build.yml index a89b30ad..f39eb6ff 100644 --- a/.github/workflows/custom-build.yml +++ b/.github/workflows/custom-build.yml @@ -110,7 +110,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ${{ github.repository }} + images: ${{ secrets.PRIVATE_REGISTRY_HOST }}/services/go2rtc tags: | type=ref,event=branch type=semver,pattern={{version}},enable=false @@ -156,7 +156,7 @@ jobs: id: meta-hw uses: docker/metadata-action@v4 with: - images: ${{ github.repository }} + images: ${{ secrets.PRIVATE_REGISTRY_HOST }}/services/go2rtc flavor: | suffix=-hardware latest=false