diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b57e60c..7640acb 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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 }}