mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Hardcode Docker repo (must be lowercase)
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
dee45d32cf
commit
08a863d411
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}
|
||||
ghcr.io/${{ github.repository }}:${{ github.sha }}
|
||||
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}
|
||||
ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
|
||||
ghcr.io/xske/pluralkit:${{ github.sha }}
|
||||
cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
|
||||
cache-to: type=inline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue