Hardcode Docker repo (must be lowercase)
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
dee45d32cf
commit
08a863d411
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}
|
ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
|
||||||
ghcr.io/${{ github.repository }}:${{ github.sha }}
|
ghcr.io/xske/pluralkit:${{ github.sha }}
|
||||||
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}
|
cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
Loading…
Reference in New Issue
Block a user