Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/apps-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
with:
image-name: ctrlplane/api
dockerfile: apps/api/Dockerfile
platform: "linux/amd64"
1 change: 1 addition & 0 deletions .github/workflows/apps-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ jobs:
image-name: ctrlplane/relay
dockerfile: apps/relay/Dockerfile
context: apps/relay
platform: "linux/amd64"
1 change: 1 addition & 0 deletions .github/workflows/apps-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
with:
image-name: ctrlplane/web
dockerfile: apps/web/Dockerfile
platform: "linux/amd64"
1 change: 1 addition & 0 deletions .github/workflows/apps-workspace-engine-router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
image-name: ctrlplane/workspace-engine-router
dockerfile: apps/workspace-engine-router/Dockerfile
context: apps/workspace-engine-router
platform: "linux/amd64"
1 change: 1 addition & 0 deletions .github/workflows/apps-workspace-engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ jobs:
image-name: ctrlplane/workspace-engine
dockerfile: apps/workspace-engine/Dockerfile
context: apps/workspace-engine
platform: "linux/amd64"
1 change: 1 addition & 0 deletions .github/workflows/packages-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
with:
image-name: ctrlplane/migrations
dockerfile: packages/db/Dockerfile
platform: "linux/amd64"
Loading