diff --git a/.github/workflows/docker-alpine-image.yaml b/.github/workflows/docker-alpine-image.yaml index 3a0ed2b..0abf95b 100644 --- a/.github/workflows/docker-alpine-image.yaml +++ b/.github/workflows/docker-alpine-image.yaml @@ -35,7 +35,7 @@ jobs: uses: docker/metadata-action@v4 with: images: | - ${{ secrets.DOCKERHUB_USERNAME }}/ustreamer,enable=${{ startsWith(github.ref, 'refs/tags/v') }} + ${{ secrets.DOCKERHUB_REPO }}/ustreamer,enable=${{ startsWith(github.ref, 'refs/tags/v') }} ghcr.io/${{ github.repository }},enable=${{ github.event_name != 'pull_request' }} tags: | type=ref,event=tag