fix(ci): correctly pass build args
This commit is contained in:
parent
5e62c219d3
commit
e8095c0e44
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue