fix image build script

This commit is contained in:
sadnub 2021-01-22 20:04:30 -05:00
parent 69bee35700
commit 7345bc3c82
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -o errexit
set -o pipefail
DOCKER_IMAGES="tactical-frontend tactical-nats tactical-nginx tactical-meshcentral"
DOCKER_IMAGES="tactical tactical-frontend tactical-nats tactical-nginx tactical-meshcentral"
cd ..