From 3d747c59f17231b0a7392e502d372a0972944d19 Mon Sep 17 00:00:00 2001 From: William Viker Date: Sat, 2 Dec 2023 15:54:29 +0100 Subject: [PATCH] intuition --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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