feat: set to push image with tag latest as well (#381)

Signed-off-by: Товарищ <2962928213@qq.com>
This commit is contained in:
Товарищ программист 2021-12-18 23:32:28 +08:00 committed by GitHub
parent 822ad14ea9
commit 47ed2e903c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,4 +91,4 @@ jobs:
if: github.repository == 'casbin/casdoor' && github.event_name == 'push' && steps.should_push.outputs.push=='true'
with:
push: true
tags: casbin/casdoor:${{steps.get-current-tag.outputs.tag }}
tags: casbin/casdoor:${{steps.get-current-tag.outputs.tag }},casbin/casdoor:latest