build: update release workflow to include dynamic tag for Docker image

This commit is contained in:
kunish 2024-11-23 17:02:56 +08:00
parent 27c2b7f860
commit 676a458961
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -89,5 +89,6 @@ jobs:
push: true
tags: |
ghcr.io/metacubex/metacubexd:latest
ghcr.io/metacubex/metacubexd:${{ needs.release-please.outputs.tag_name }}
cache-from: type=gha
cache-to: type=gha,mode=max