Skip to content

Commit

Permalink
fix: 修复action变量
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Nov 25, 2024
1 parent 4043a93 commit 9066b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
# 给清单打上多个标签
tags: |
cairry/watchalert:latest
cairry/watchalert::${{ steps.date.outputs.today }}
cairry/watchalert:${{ steps.date.outputs.today }}
registry.cn-hangzhou.aliyuncs.com/opsre/watchalert:latest
registry.cn-hangzhou.aliyuncs.com/opsre/watchalert::${{ steps.date.outputs.today }}
registry.cn-hangzhou.aliyuncs.com/opsre/watchalert:${{ steps.date.outputs.today }}

0 comments on commit 9066b69

Please sign in to comment.