generated from jim60105/Containerfile-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: refactor Docker setup to use GitHub token instead of
CR_PAT
- Removed `CR_PAT` as a required input in Docker setup steps and replaced it with Github token for logging into the GitHub Container Registry. - Added explicit permissions for GitHub token in Docker publish actions specifying 'read' for 'contents' and 'write' for 'packages'. - Removed `CR_PAT` from the secrets list in Docker publish actions. - Updated comment about managing Github Actions access in the container settings for GitHub Container Registry login step. Signed-off-by: 陳鈞 <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 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