chore: update docker tags formatting

- Change Docker tags configuration to be multiline
- Improve clarity and maintainability of the workflow

This change enhances the readability of the tags in the
Docker workflow, facilitating easier updates and understanding
of the tagging process.
This commit is contained in:
songtianlun 2025-01-22 09:07:52 +08:00
parent 1ab860c739
commit a988c49ae0

View File

@ -50,4 +50,6 @@ jobs:
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.LATEST_TAG }},${{ env.VERSION_TAG }} tags: |
${{ env.LATEST_TAG }}
${{ env.VERSION_TAG }}