Skip to content

Commit

Permalink
Add build args
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Nov 22, 2024
1 parent 73bd364 commit 43bb200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
platforms: linux/amd64
# TODO: for multi platform use: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
build-args: |
RUNMODE=${{ matrix.runmode }}
PORT=${{ matrix.runmode == 'author' && '4502' || '4503' }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
Expand Down

0 comments on commit 43bb200

Please sign in to comment.