From ab276a99ea4c1efbb348dd4a590b30a913264795 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:46:32 -0400 Subject: [PATCH] bug: revert tag switching --- .github/workflows/package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index a0f708e..feba64f 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -25,4 +25,4 @@ jobs: with: push: true # add the release tag to the image as well as the latest tag - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }} + tags: ghcr.io/${{ github.repository_owner }}/magic-mirror:latest, ghcr.io/${{ github.repository_owner }}/magic-mirror:${{ github.ref_name }}