From 899ccbcf778e4e1f6ef43e18143515dedfd4371f Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:37:12 -0500 Subject: [PATCH] Update main.yml (#534) --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d29e45c..1cacd88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,9 +63,9 @@ jobs: platforms: linux/amd64,linux/arm/v7,linux/arm64 push: true tags: | - ghcr.io/${{ github.actor }}/homebridge:${{ steps.image_tag.outputs.IMAGE_TAG }} - ghcr.io/${{ github.actor }}/homebridge:${{ steps.alt_image_tag.outputs.ALT_IMAGE_TAG }} - ghcr.io/${{ github.actor }}/homebridge:${{ steps.versioned_image_tag.outputs.VERSION_IMAGE_TAG }} + ghcr.io/homebridge/homebridge:${{ steps.image_tag.outputs.IMAGE_TAG }} + ghcr.io/homebridge/homebridge:${{ steps.alt_image_tag.outputs.ALT_IMAGE_TAG }} + ghcr.io/homebridge/homebridge:${{ steps.versioned_image_tag.outputs.VERSION_IMAGE_TAG }} - name: Log into Docker Hub uses: docker/login-action@v3