ci: Add artifact upload for baked images.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
970cea5c2b
commit
841253692d
2 changed files with 23 additions and 7 deletions
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue