Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaoHans committed Oct 28, 2024
1 parent c79e98d commit e776cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
context: .
file: ./samples/CRM.Blazor.Web/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
tags: |
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_NAMESPACE }}/crm:${{ steps.date.outputs.today }}
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_NAMESPACE }}/crm:latest
Expand Down

0 comments on commit e776cb0

Please sign in to comment.