Fix docker tags (#6606)

- Revert to previous approach
This commit is contained in:
Oliver 2024-03-01 07:01:46 +11:00 committed by GitHub
parent 37c1fe1ccb
commit 6962b61fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,7 @@ jobs:
sbom: true
provenance: false
target: production
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ env.docker_tags }}
build-args: |
commit_hash=${{ env.git_commit_hash }}
commit_date=${{ env.git_commit_date }}