mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-30 04:30:19 +00:00
fix: prevent settings page crash for self-hosted Docker builds (#5163)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c4006bdb4e
commit
56275c862c
3 changed files with 20 additions and 0 deletions
2
.github/workflows/build-docker-image.yml
vendored
2
.github/workflows/build-docker-image.yml
vendored
|
|
@ -69,6 +69,8 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: Dockerfile.ui
|
||||
build-args: |
|
||||
APP_VERSION=${{ github.sha }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
platforms: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue