We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4db76 commit 898ccacCopy full SHA for 898ccac
1 file changed
.github/workflows/Release.yml
@@ -57,5 +57,7 @@ jobs:
57
context: .
58
file: ./Dockerfile
59
push: true
60
- build-args: Version=${{ env.VERSION }},LookupEndpoint=${{ secrets.LOOKUP_SOURCE }}
+ build-args: |
61
+ Version=${{ env.VERSION }}
62
+ LookupEndpoint=${{ secrets.LOOKUP_SOURCE }}
63
tags: ${{ env.tags }}
0 commit comments