Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Yang <[email protected]>
  • Loading branch information
yangchuansheng committed Jul 4, 2024
1 parent 9a770b0 commit e13c522
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 e13c522

Please sign in to comment.