ci: Add artifact upload for baked images.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-01 02:05:51 +00:00
parent 970cea5c2b
commit 841253692d
2 changed files with 23 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ jobs:
name: Standalone
uses: ./.github/workflows/bake.yml
with:
bake_targets: '["standalone"]'
bake_targets: '["standalone", "tuwunel"]'
cargo_profiles: ${{inputs.cargo_profiles}}
feat_sets: ${{inputs.feat_sets}}
rust_toolchains: ${{inputs.rust_toolchains}}
@@ -58,7 +58,8 @@ jobs:
includes: ${{inputs.includes}}
artifact: >
{
"standalone": {"dst": "tuwunel"}
"standalone": {"dst": "tuwunel"},
"tuwunel": {"dst": "tuwunel-docker.tar.gz", "img": true }
}
build_pkgs: