💻 Code: Simplify GitHub packages mirror name
Browse files
.github/workflows/main.yml
CHANGED
@@ -81,5 +81,5 @@ jobs:
|
|
81 |
tags: |
|
82 |
yym68686/uni-api:latest
|
83 |
yym68686/uni-api:${{ steps.bump_version.outputs.new_version }}
|
84 |
-
ghcr.io/${{ github.repository }}
|
85 |
-
ghcr.io/${{ github.repository }}
|
|
|
81 |
tags: |
|
82 |
yym68686/uni-api:latest
|
83 |
yym68686/uni-api:${{ steps.bump_version.outputs.new_version }}
|
84 |
+
ghcr.io/${{ github.repository }}:latest
|
85 |
+
ghcr.io/${{ github.repository }}:${{ steps.bump_version.outputs.new_version }}
|