Skip to content

Commit 52e599e

Browse files
committed
fix build args invalid format
1 parent d2a65a0 commit 52e599e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ jobs:
111111
with:
112112
context: .
113113
platforms: linux/amd64,linux/arm64
114-
build-args: ALPINE_VERSION=${{ steps.prep.outputs.alpine_version }},ALPINE_RELEASE=${{ steps.prep.outputs.alpine_release }}
114+
build-args: |
115+
ALPINE_VERSION=${{ steps.prep.outputs.alpine_version }}
116+
ALPINE_RELEASE=${{ steps.prep.outputs.alpine_release }}
115117
push: ${{ github.event_name != 'pull_request' }}
116118
labels: ${{ steps.meta.outputs.labels }}
117119
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)