fix(ci): correctly pass build args

This commit is contained in:
kolaente 2025-01-29 08:51:19 +01:00
parent 5e62c219d3
commit e8095c0e44
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ jobs:
push: true
tags: ghcr.io/go-vikunja/vikunja:unstable
build-args: |
RELEASE_VERSION:${{ steps.ghd.outputs.describe }}
RELEASE_VERSION=${{ steps.ghd.outputs.describe }}