Tag Docker image with latest too

Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
Ske 2021-06-09 12:52:33 +02:00
parent 6a3d9b9426
commit 9f9aa46214

View File

@ -21,5 +21,6 @@ jobs:
tags: |
ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
ghcr.io/xske/pluralkit:${{ github.sha }}
ghcr.io/xske/pluralkit:latest
cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
cache-to: type=inline