ci(github-action): 修复推送 tag 错误的问题.

修复一下这个问题, 如果不加用户名, 就会推送到 library 去.
This commit is contained in:
LamGC 2022-08-18 15:25:51 +08:00
parent 38aeb08b68
commit f8b28cb29a
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -43,7 +43,7 @@ jobs:
with:
context: .
push: true
tags: scalabot:dev
tags: lamgc/scalabot:dev
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max