mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-11 17:50:06 +01:00
ci: add file endings to buildah manifest create
This commit is contained in:
parent
8f931d2f43
commit
db049972eb
1 changed files with 3 additions and 1 deletions
|
|
@ -131,7 +131,9 @@
|
|||
script = [
|
||||
''
|
||||
buildah manifest create localhost/nix-coder-image \
|
||||
${lib.concatStrings (builtins.map (sys: "docker-archive:dist/nix-coder-image_${sys} \\") SYSTEMS)}
|
||||
${lib.concatStrings (
|
||||
builtins.map (sys: "docker-archive:dist/nix-coder-image_${sys}.tar.gz \\") SYSTEMS
|
||||
)}
|
||||
''
|
||||
''
|
||||
buildah manifest push --all localhost/nix-coder-image \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue