Skip to content

Commit

Permalink
ci: change tag name for cloud releases (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Jan 18, 2025
1 parent 50a0dde commit 8963a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
file: ./ops/${{ matrix.service }}.Dockerfile
push: true
tags: |
lunary/${{ matrix.service }}:latest
lunary/${{ matrix.service }}:nightly
lunary/${{ matrix.service }}:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
${{ github.event.release.tag_name != '' && format('lunary/{0}:{1}', matrix.service, steps.release_tag.outputs.tag) || '' }}
${{ github.event.release.tag_name != '' && format('lunary/{0}:{1}', matrix.service, 'latest') || '' }}
platforms: linux/arm64,linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 8963a66

Please sign in to comment.