diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b89d7b..909cc91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,8 +12,8 @@ jobs: - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: - name: companion-worker-modules - registry: ghcr.io/bitfocus + name: bitfocus/companion-worker-modules + registry: ghcr.io username: ${{ secrets.GHCR_USER }} password: ${{ secrets.GHCR_SECRET }} tags: latest