main: change container name

This commit is contained in:
Dawid Dziurla 2020-03-26 01:00:26 +01:00 committed by GitHub
parent ae0c8188ee
commit 3d7304bf7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ package="$(dpkg-parsechangelog -S Source)"
version="$(dpkg-parsechangelog -S Version)"
distribution="$(dpkg-parsechangelog -S Distribution | sed 's/UNRELEASED/unstable/')"
container="$package_$version"
container="$package-$version"
image="$os:$distribution"
docker create \