Skip to content

Commit

Permalink
Fix build workflow to don't include quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
armanddidierjean committed Sep 29, 2024
1 parent a4fea91 commit 23ed630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
with:
context: .
build-args: |
login_text='username'
collab_text='Direct share with collaborators is enabled only for activated users!'
admin_is_sysadmin='true'
login_text=username
collab_text=Direct share with collaborators is enabled only for activated users!
admin_is_sysadmin=true
platforms: linux/amd64 #,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 23ed630

Please sign in to comment.