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:
parent
1ab860c739
commit
a988c49ae0
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -50,4 +50,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ env.LATEST_TAG }},${{ env.VERSION_TAG }}
|
||||
tags: |
|
||||
${{ env.LATEST_TAG }}
|
||||
${{ env.VERSION_TAG }}
|
||||
|
Loading…
Reference in New Issue
Block a user