-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a new function to tags to allow appending a digest to the string output. This allows users to output strings of the form `repo:tag@digest`, which can often be used to display concise tag + digest strings. NOTE: Most clients parsing this string will ignore the tag in favor of the digest (though there are a few exceptions like dependabot that will place meaning in the tag). This is still useful for displaying resolved tags to humans.
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 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