Skip to content
Closed
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
10 changes: 10 additions & 0 deletions .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
provenance: mode=max
sbom: true
build-args: VERSION=${{ steps.ver.outputs.version }}
# `openapi=doc` mounts the repo-root doc/ folder so the dashboard
# build stage can `COPY --from=openapi openapi.yaml` without us
# widening the primary build context (which is `server/`).
build-contexts: |
openapi=doc
tags: ${{ steps.tags.outputs.tags }}

docker-cuda:
Expand Down Expand Up @@ -139,6 +144,11 @@ jobs:
provenance: mode=max
sbom: true
build-args: VERSION=${{ steps.ver.outputs.version }}
# `openapi=doc` mounts the repo-root doc/ folder so the dashboard
# build stage can `COPY --from=openapi openapi.yaml` without us
# widening the primary build context (which is `server/`).
build-contexts: |
openapi=doc
tags: ${{ steps.tags.outputs.tags }}

release:
Expand Down
Loading