-
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 requirement for `CR_PAT` in both GitHub action files - Updated GitHub login to use `github.token` instead of `CR_PAT` - Added permission settings for `contents` and `packages` in the `docker_publish.yml` - Changed Dockerfile paths for build-push-action - Added `RELEASE` parameter to the build-args - Changed cache location to the registry to avoid capacity limit - Enabled software bill of materials (sbom) and provenance features in the build-push-action. Signed-off-by: 陳鈞 <jim60105@gmail.com>
- Loading branch information
Showing
2 changed files
with
32 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