Modify all dockerfile files, unified replacement logic
Add ignore file
Add build-images.yml to auto build docker images. Support: CentOS 7/6/5, CentOS Stream 8/9, Amazon Linux 1/2/2023.
Add create-amd64-release.yml to auto create amd64 release files.
Add create-arm64-release.yml to auto create arm64 release files. (Due to the lack of an arm runner at the moment, simulating a build can be super slow!)
build-images.yml
to auto build docker images. Support: CentOS 7/6/5, CentOS Stream 8/9, Amazon Linux 1/2/2023.create-amd64-release.yml
to auto create amd64 release files.create-arm64-release.yml
to auto create arm64 release files. (Due to the lack of an arm runner at the moment, simulating a build can be super slow!)How to make it work?
Add 3 Action Secrets into your repository:
DOCKER_USERNAME
DOCKER_PASSWORD
GITHUB_TOKEN