mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
feat: set to push image with tag latest as well (#381)
Signed-off-by: Товарищ <2962928213@qq.com>
This commit is contained in:
parent
822ad14ea9
commit
47ed2e903c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user