Skip to content

Commit

Permalink
feat: set to push image with tag latest as well (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: Товарищ <2962928213@qq.com>
  • Loading branch information
ComradeProgrammer committed Dec 18, 2021
1 parent 822ad14 commit 47ed2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47ed2e9

Please sign in to comment.