Skip to content

Commit

Permalink
🚧 Fix github workflows ci tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cairry committed Dec 30, 2024
1 parent 7377399 commit 0071cf4
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 @@ -56,7 +56,7 @@ jobs:
build-args: |
VERSION=${{ env.DATE }}
tags: |
cairry/watchlog:latest
cairry/watchlog:${{ env.BRANCH_NAME }}.${{ env.DATE }}.${{ env.SHORT_SHA }}
cairry/watchalert:latest
cairry/watchalert:${{ env.BRANCH_NAME }}.${{ env.DATE }}.${{ env.SHORT_SHA }}
registry.cn-hangzhou.aliyuncs.com/opsre/watchalert:latest
registry.cn-hangzhou.aliyuncs.com/opsre/watchalert:${{ env.BRANCH_NAME }}.${{ env.DATE }}.${{ env.SHORT_SHA }}

0 comments on commit 0071cf4

Please sign in to comment.