Skip to content

Commit

Permalink
Merge pull request #17 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 461494c + c1d131d commit 9a770b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autobuild-k3s-containerd-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
password: ${{ secrets.D_REGISTRY_TOKEN }}
repository: labring/k3s
readme-filepath: ./README.md
enable-url-completion: true

add-tips:
if: contains(github.event.comment.body, 'imagebuild')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/autobuild-k8s-containerd-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
password: ${{ secrets.D_REGISTRY_TOKEN }}
repository: labring/kubernetes
readme-filepath: ./README.md
enable-url-completion: true

add-tips:
if: contains(github.event.comment.body, 'imagebuild')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/autobuild-k8s-cri-o-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
password: ${{ secrets.D_REGISTRY_TOKEN }}
repository: labring/kubernetes-crio
readme-filepath: ./README.md
enable-url-completion: true

add-tips:
if: contains(github.event.comment.body, 'imagebuild')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/autobuild-k8s-docker-part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
password: ${{ secrets.D_REGISTRY_TOKEN }}
repository: labring/kubernetes-docker
readme-filepath: ./README.md
enable-url-completion: true

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

0 comments on commit 9a770b0

Please sign in to comment.