generated from jim60105/Containerfile-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix Docker tagging logic in CI workflows
- Remove default 'EDGE' tag from docker setup workflow. - Simplify docker tags setup to use only current input tag or 'latest' if tag is 'dev'. - Harmonize docker tag inputs across publish jobs by: - Using 'github.ref_name' instead of complex expression in main publish job. - Hardcode 'dev' tag in cron publish job. - Hardcode 'forge' tag for tag dispatch publish job. Signed-off-by: 陳鈞 <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
7 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