Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai authored Feb 8, 2024
1 parent 937dcbc commit 81b263a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.run_id }}
ghcr.io/${{ github.repository_owner }}/magi:latest
ghcr.io/${{ github.repository_owner }}/magi:${{ github.run_id }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 81b263a

Please sign in to comment.