Skip to content

Commit

Permalink
Update docker-aliyun-mdrive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org authored Jun 18, 2024
1 parent 4b6630f commit c176574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-aliyun-mdrive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
context: .
file: ./src/MDriveSync.Client.API/Dockerfile
push: true
tags: ${{ secrets.ACR_REGISTRY }}/trueai-org/mdrive:${{ steps.meta.outputs.tags }}
tags: |
${{ secrets.ACR_REGISTRY }}/trueai-org/mdrive:${{ steps.meta.outputs.version }}
${{ secrets.ACR_REGISTRY }}/trueai-org/mdrive:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c176574

Please sign in to comment.