generated from jim60105/Containerfile-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: refactor GitHub Actions and Docker build-push-action settings
- Removed the necessity for CR_PAT input from the docker setup steps. - GitHub token is now used for GitHub Container Registry login. - Set contents read and packages write permissions for GITHUB_TOKEN in docker_publish.yml and docker_publish_latest.yml workflows. - Enabled submodules checkouts during docker setup in docker_publish.yml and docker_publish_latest.yml workflows. - Build arguments have been changed to set VERSION and RELEASE separately. - Cache is now stored in registry rather than GitHub actions to avoid the capacity limit. - Software Bill of Materials (sbom) and provenance output have been enabled for docker builds. - Instructions on managing write and read access of GitHub Actions for repositories in the container settings, have been included. Signed-off-by: 陳鈞 <[email protected]>
- Loading branch information
Showing
3 changed files
with
52 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters