Skip to content

Commit

Permalink
build(ci): fix multiple build-args for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Oct 6, 2023
1 parent 1b0b79f commit 17111d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ jobs:
- uses: docker/[email protected]
with:
push: true
build-args: "VERSION=${{ inputs.tag || github.ref_name }},PGO_FILE=${{ github.workspace }}/default.pgo"
build-args: |
VERSION=${{ inputs.tag || github.ref_name }}
PGO_FILE=${{ github.workspace }}/default.pgo
tags: "ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ inputs.tag || github.ref_name }}"

0 comments on commit 17111d1

Please sign in to comment.