fix wrong branch name in actions and image name for linux tests

This commit is contained in:
florian
2022-06-04 17:25:46 +02:00
parent b78fd55427
commit b246c6d7e2
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ function gen_package() {
type="deb"
fi
if [ "$mode" = "dev" ] ; then
do_and_check_cmd docker run --rm -v "/tmp/packages/${linux}:/data" "bw-${linux}-${mode}:latest"
do_and_check_cmd docker run --rm -v "/tmp/packages/${linux}:/data" "bw-${linux}-tests:latest"
fi
name="bunkerweb_${version}-1_amd64"
if [ "$type" = "rpm" ] ; then