Another version CI fix

This commit is contained in:
ErickSkrauch 2023-12-13 01:34:15 +01:00
parent 6cb5e1eb42
commit 11a779c670
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -62,5 +62,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
build-args: |
VERSION=${{ steps.version.output.version }}
VERSION=${{ steps.version.outputs.version }}
COMMIT=${{ github.sha }}