mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 11:16:36 +00:00
CI: line break multiple Docker build args
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user