Skip to content

Commit

Permalink
💻 Code: Simplify GitHub packages mirror name
Browse files Browse the repository at this point in the history
  • Loading branch information
yym68686 committed Sep 26, 2024
1 parent 6b4b833 commit c6cc6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
tags: |
yym68686/uni-api:latest
yym68686/uni-api:${{ steps.bump_version.outputs.new_version }}
ghcr.io/${{ github.repository }}/uni-api:latest
ghcr.io/${{ github.repository }}/uni-api:${{ steps.bump_version.outputs.new_version }}
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.bump_version.outputs.new_version }}

0 comments on commit c6cc6a0

Please sign in to comment.