-
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.
justfile: Truncate container tag string if too long (2nd attempt)
Containers' tags can't be longer than 128 characters. Sometimes CI generates tags that are longer than this (thanks Dependabot for the extra-long branch names). Make sure we don't break docker builds by having bash truncate the string if necessary - everywhere we need it. Fixes: b88ec42 ("Build system") Signed-off-by: Quentin Monnet <[email protected]>
- Loading branch information
1 parent
b93d145
commit 782d9b3
Showing
1 changed file
with
18 additions
and
13 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