Skip to content

Commit

Permalink
Merge pull request #16 from yangchuansheng/main
Browse files Browse the repository at this point in the history
Update workflow to auto update image description
  • Loading branch information
lingdie authored Jul 4, 2024
2 parents d61325a + fe504d1 commit 461494c
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/autobuild-k3s-containerd-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@ jobs:
password: ${{ secrets.D_REGISTRY_TOKEN }}
version: ${{ matrix.version }}-${{ env.sealoslatest }}
run: .github/scripts/manifest.sh
- name: Checkout Sealos
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: labring/sealos
ref: main
- name: Update image description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ vars.D_REGISTRY_REPOSITORY }}
password: ${{ secrets.D_REGISTRY_TOKEN }}
repository: labring/k3s
readme-filepath: ./README.md

add-tips:
if: contains(github.event.comment.body, 'imagebuild')
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/autobuild-k8s-containerd-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@ jobs:
password: ${{ secrets.D_REGISTRY_TOKEN }}
version: ${{ matrix.version }}-${{ env.sealoslatest }}
run: .github/scripts/manifest.sh
- name: Checkout Sealos
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: labring/sealos
ref: main
- name: Update image description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ vars.D_REGISTRY_REPOSITORY }}
password: ${{ secrets.D_REGISTRY_TOKEN }}
repository: labring/kubernetes
readme-filepath: ./README.md

add-tips:
if: contains(github.event.comment.body, 'imagebuild')
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/autobuild-k8s-cri-o-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@ jobs:
password: ${{ secrets.D_REGISTRY_TOKEN }}
version: ${{ matrix.version }}-${{ env.sealoslatest }}
run: .github/scripts/manifest.sh
- name: Checkout Sealos
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: labring/sealos
ref: main
- name: Update image description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ vars.D_REGISTRY_REPOSITORY }}
password: ${{ secrets.D_REGISTRY_TOKEN }}
repository: labring/kubernetes-crio
readme-filepath: ./README.md

add-tips:
if: contains(github.event.comment.body, 'imagebuild')
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/autobuild-k8s-docker-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@ jobs:
password: ${{ secrets.D_REGISTRY_TOKEN }}
version: ${{ matrix.version }}-${{ env.sealoslatest }}
run: .github/scripts/manifest.sh
- name: Checkout Sealos
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: labring/sealos
ref: main
- name: Update image description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ vars.D_REGISTRY_REPOSITORY }}
password: ${{ secrets.D_REGISTRY_TOKEN }}
repository: labring/kubernetes-docker
readme-filepath: ./README.md

add-tips:
if: contains(github.event.comment.body, 'imagebuild')
Expand Down

0 comments on commit 461494c

Please sign in to comment.