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 eb28af3 commit 937dcbc
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 }}/your-image-name:latest
ghcr.io/${{ github.repository_owner }}/your-image-name:${{ github.run_id }}
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.run_id }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 937dcbc

Please sign in to comment.