Skip to content

Commit

Permalink
add generator
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Aug 26, 2023
1 parent ca90bb8 commit 61b590c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches: [ "main" ]
paths-ignore:
- "docs"
- "tmp"
- "docs/**"
- "tmp/**"
pull_request:
branches: [ "*" ]
jobs:
Expand Down
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# sync-aliyun
auto sync images to aliyun
# Cluster Image Documentation

set vars for action
Welcome to the Cluster Image Documentation repository! This repository contains documentation for various cluster images. Each image documentation can be found in its respective subdirectory.

- A_REGISTRY_USERNAME: login user cuisongliu@1186388767322904
- A_REGISTRY_NAME: registry addr registry.cn-hongkong.aliyuncs.com
- A_REGISTRY_REPOSITORY: registry repo cuisongliu-labring
## Available Image Documentation

set secret for action:
### Docker Images

- A_REGISTRY_TOKEN: registry password
- GH_PAT: auto commit pr to github
- [Rootfs Image](docs/docker/rootfs.md)
- [Sealos Image](docs/docker/sealos.md)
- [Laf Image](docs/docker/laf.md)
- [App Image](docs/docker/app.md)

经过测试sync两个600M镜像大概50s
### Aliyun HK Images

修改 generator的`reviewers: cuisongliu` 改成对应的reviewer
- [Rootfs Image](docs/aliyun-hk/rootfs.md)
- [Sealos Image](docs/aliyun-hk/sealos.md)
- [Laf Image](docs/aliyun-hk/laf.md)
- [App Image](docs/aliyun-hk/app.md)

Please navigate to the above links to access the detailed documentation for each image category.

## Contributing

If you would like to contribute to the documentation or make improvements, you can fork this repository, make your changes, and submit a pull request.

0 comments on commit 61b590c

Please sign in to comment.