Skip to content

Commit

Permalink
fix(ci): correctly pass build args
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed Jan 29, 2025
1 parent 5e62c21 commit e8095c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e8095c0

Please sign in to comment.