CI: line break multiple Docker build args

This commit is contained in:
Jesse Chan
2021-01-13 12:02:14 +08:00
parent 0f5ce04ded
commit 7842141ae6
+3 -1
View File
@@ -76,7 +76,9 @@ jobs:
- name: Publish flood to Docker Hub
uses: docker/build-push-action@v2
with:
build-args: PACKAGE=@jesec/flood VERSION=${{ steps.parse_version.outputs.BUILD_VERSION }}
build-args: |
PACKAGE=@jesec/flood
VERSION=${{ steps.parse_version.outputs.BUILD_VERSION }}
context: .
file: ./Dockerfile.release
platforms: linux/amd64,linux/arm64,linux/arm/v7