Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ on:
required: false
type: string
default: ''
build-args:
description: >-
Extra docker build-args, one KEY=value per line. Appended after the
standard APP/NODE_VERSION args (e.g. `SOURCE_COMMIT=${{ github.sha }}`
for a /health commit check).
required: false
type: string
default: ''
outputs:
image-ref:
description: Full image ref that was built (name:sha).
Expand Down Expand Up @@ -79,5 +87,6 @@ jobs:
build-args: |
APP=${{ inputs.app }}
NODE_VERSION=${{ env.NODE_VERSION }}
${{ inputs.build-args }}
cache-from: type=gha
cache-to: type=gha,mode=max