main: change container name
This commit is contained in:
parent
ae0c8188ee
commit
3d7304bf7a
2
main.sh
2
main.sh
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue