Skip to content

Commit

Permalink
Merge pull request #18 from yangchuansheng/main
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
zzjin authored Jul 4, 2024
2 parents 9a770b0 + e13c522 commit 6cb8a20
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/autobuild-k3s-containerd-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
fetch-depth: 0
repository: labring/sealos
ref: main
- name: Update Sealos README
run: |
sed -i "s@\./@https://github.com/labring/sealos/blob/main/@g" ./README.md
sed -i "s@(/docs@(https://github.com/labring/sealos/blob/main/docs@g" ./README.md
- name: Update image description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/autobuild-k8s-containerd-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
fetch-depth: 0
repository: labring/sealos
ref: main
- name: Update Sealos README
run: |
sed -i "s@\./@https://github.com/labring/sealos/blob/main/@g" ./README.md
sed -i "s@(/docs@(https://github.com/labring/sealos/blob/main/docs@g" ./README.md
- name: Update image description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/autobuild-k8s-cri-o-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
fetch-depth: 0
repository: labring/sealos
ref: main
- name: Update Sealos README
run: |
sed -i "s@\./@https://github.com/labring/sealos/blob/main/@g" ./README.md
sed -i "s@(/docs@(https://github.com/labring/sealos/blob/main/docs@g" ./README.md
- name: Update image description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/autobuild-k8s-docker-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
fetch-depth: 0
repository: labring/sealos
ref: main
- name: Update Sealos README
run: |
sed -i "s@\./@https://github.com/labring/sealos/blob/main/@g" ./README.md
sed -i "s@(/docs@(https://github.com/labring/sealos/blob/main/docs@g" ./README.md
- name: Update image description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down

0 comments on commit 6cb8a20

Please sign in to comment.