Hardcode Docker repo (must be lowercase)

Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
Ske 2021-06-09 12:38:47 +02:00
parent dee45d32cf
commit 08a863d411

View File

@ -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