Skip to content

Commit 898ccac

Browse files
committed
Fix build-args
1 parent 3a4db76 commit 898ccac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@ jobs:
5757
context: .
5858
file: ./Dockerfile
5959
push: true
60-
build-args: Version=${{ env.VERSION }},LookupEndpoint=${{ secrets.LOOKUP_SOURCE }}
60+
build-args: |
61+
Version=${{ env.VERSION }}
62+
LookupEndpoint=${{ secrets.LOOKUP_SOURCE }}
6163
tags: ${{ env.tags }}

0 commit comments

Comments
 (0)