Another version CI fix

This commit is contained in:
ErickSkrauch
2023-12-13 01:34:15 +01:00
parent 6cb5e1eb42
commit 11a779c670

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 }}