Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
bug: revert tag switching
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Jul 3, 2024
1 parent f88a75f commit ab276a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ab276a9

Please sign in to comment.