Skip to content

Commit 2f2ec96

Browse files
committed
Merge branch 'LifeGen-dev' into Lifegen-dev-chibi2
2 parents f4ee807 + 3721f23 commit 2f2ec96

File tree

440 files changed

+9746
-12681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

440 files changed

+9746
-12681
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker Build and Push
22

33
on:
44
push:
5-
branches: [ "development" ]
5+
branches: [ "LifeGen-dev" ]
66
paths:
77
- ".github/workflows/build-docs.yml"
88
- "Dockerfile"
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/metadata-action@v5
3030
with:
3131
images: |
32-
${{ secrets.REGISTRY_URL }}/clangen/clangen-docs
32+
${{ secrets.REGISTRY_URL }}/lifegen/lifegen-docs
3333
tags: |
3434
type=sha
3535
type=raw,value=latest,enable={{is_default_branch}}
@@ -59,4 +59,4 @@ jobs:
5959
method: kubeconfig
6060
kubeconfig: ${{ secrets.DOCS_RESTART_KUBECONFIG }}
6161
- name: Restart deployment
62-
run: kubectl rollout restart deployment/clangen-docs -n clangen
62+
run: kubectl rollout restart deployment/lifegen-docs -n lifegen-docs

0 commit comments

Comments
 (0)