Skip to content

Commit

Permalink
fix: action (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo authored Mar 29, 2024
1 parent d8b48f1 commit 79e838a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/arex-replay-schedule:${{ vars.AREX_VER }}-tomcat
registry.cn-hangzhou.aliyuncs.com/${{ secrets.DOCKERHUB_USERNAME }}/arex-replay-schedule:${{ vars.AREX_VER }}-tomcat
${{ secrets.DOCKERHUB_USERNAME }}/arex-replay-schedule:${{ vars.AREX_VER }}
registry.cn-hangzhou.aliyuncs.com/${{ secrets.DOCKERHUB_USERNAME }}/arex-replay-schedule:${{ vars.AREX_VER }}

0 comments on commit 79e838a

Please sign in to comment.