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 077907a commit b18b4ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
ghcr.io/${{ github.repository_owner }}/your-image-name:latest
ghcr.io/${{ github.repository_owner }}/your-image-name:${{ github.run_id }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b18b4ca

Please sign in to comment.