From e8095c0e442cc7b4aacdf8c7aab7e1c77c44d2dc Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 29 Jan 2025 08:51:19 +0100 Subject: [PATCH] fix(ci): correctly pass build args --- .github/workflows/release-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index e9c5a5013..53fe9a6f3 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -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 }}