still doesn't use the local image

This commit is contained in:
El RIDO 2021-10-14 21:26:14 +02:00
parent d9772d452c
commit eaa44f6aee
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -13,8 +13,10 @@ build_image() {
# shellcheck disable=SC2068
docker build \
--pull \
--no-cache \
$@ \
.
docker images
}
push_image() {