Skip to content

Commit 83ef329

Browse files
author
Sean Sundberg
authored
Updates domain to develop.cloudnativetoolkit.dev (#504)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent b4a323b commit 83ef329

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up tags
1717
id: setup
1818
run: |
19-
TAG_BASE="quay.io/ibmgaragecloud/toolkit-guide"
19+
TAG_BASE="quay.io/cloudnativetoolkit/dev-guide"
2020
2121
BRANCH=${GITHUB_REF#refs/heads/}
2222
TAG="${{ github.event.release.tag_name }}"

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: generate site
2020
uses: ./.github/actions/
2121
- name: Set CNAME
22-
run: sudo chmod 777 ./public/CNAME && echo "cloudnativetoolkit.dev" > ./public/CNAME
22+
run: sudo chmod 777 ./public/CNAME && echo "develop.cloudnativetoolkit.dev" > ./public/CNAME
2323

2424
- name: Deploy
2525
uses: peaceiris/actions-gh-pages@v3

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cloudnativetoolkit.dev
1+
develop.cloudnativetoolkit.dev

0 commit comments

Comments
 (0)