Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Oct 18, 2024
1 parent eea9089 commit d7f5b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
push: true
tags: |
lunary/ml:latest
${{ github.event.release.tag_name != '' && format('lunary/ml:{1}', steps.release_tag.outputs.tag) || '' }}
${{ github.event.release.tag_name != '' && format('lunary/ml:{0}', steps.release_tag.outputs.tag) || '' }}
platforms: linux/arm64,linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit d7f5b65

Please sign in to comment.