Skip to content

Commit

Permalink
fix: push acr
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Jun 12, 2024
1 parent 872d552 commit 3cb1661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
with:
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:latest
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:master
registry.cn-shanghai.aliyuncs.com/${{ secrets.ACR_NAMESPACE }}/${{ env.APP_NAME }}:latest
registry.cn-shanghai.aliyuncs.com/${{ secrets.ACR_NAMESPACE }}/${{ env.APP_NAME }}:master
- name: Login to DockerHub
uses: docker/login-action@master
Expand Down

0 comments on commit 3cb1661

Please sign in to comment.