use double quotes for fstring
Build empanada images for imagefactory / buildx (push) Failing after 4s Details
Build empanada container images for lorax / buildx (push) Successful in 1s Details

This commit is contained in:
Louis Abel 2024-05-04 18:18:50 -07:00
parent 441eaa778b
commit 796e96ed95
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ class Shared:
for arch in arches:
temps = []
start_of_path = f'{root_prefix}-{release.split('.')[0]}-{arch}'
start_of_path = f"{root_prefix}-{release.split('.')[0]}-{arch}"
for y in temp:
if arch in y and start_of_path in y:
temps.append(y)