Skip to content

Commit

Permalink
Update build_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 authored Jun 6, 2024
1 parent 014bc02 commit e90b5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
context: . # 修改为 Dockerfile 所在的目录
push: true
tags: ${{ secrets.ALICLOUD_REGISTRY }}/codo-frontend:latest .
tags: ${{ secrets.ALICLOUD_REGISTRY }}/ss1917/codo-frontend:latest .
- name: Logout from Alibaba Cloud Container Registry
uses: docker/logout-action@v1
with:
Expand Down

0 comments on commit e90b5b7

Please sign in to comment.