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

Commit

Permalink
chore: update tag strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Jul 3, 2024
1 parent 48ff883 commit f88a75f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -23,4 +25,4 @@ jobs:
with:
push: true
# add the release tag to the image as well as the latest tag
tags: ghcr.io/${{ github.repository_owner }}/magic-mirror:latest, ghcr.io/${{ github.repository_owner }}/magic-mirror:${{ github.ref_name }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}

0 comments on commit f88a75f

Please sign in to comment.