Skip to content

Commit

Permalink
Merge branch 'release-1.0.5' of github.com:kloudlite/web into release…
Browse files Browse the repository at this point in the history
…-1.0.5
  • Loading branch information
abdheshnayak committed Feb 5, 2024
2 parents ce81091 + 3946572 commit 52e0437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build-docker-images

on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down
1 change: 0 additions & 1 deletion src/apps/console/page-components/new-scope.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const HandleScope = ({ show, setShow }: IDialog<IEnvironment | null> & {}) => {
displayName: val.displayName,
spec: {
projectName: projectName || '',
targetNamespace: `${projectName}-${val.name}`,
routing: {
mode: val.environmentRoutingMode ? 'public' : 'private',
},
Expand Down

0 comments on commit 52e0437

Please sign in to comment.