From 64d831619577ed65e8836dade6b4cce03edb8ca9 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Tue, 21 Jun 2022 01:31:22 +0530 Subject: [PATCH] [fix] Fixed typo in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cac194c0..747821e0 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ TAG = latest publish: compose-build runtests nfs-build for image in 'openwisp-base' 'openwisp-nfs' 'openwisp-api' 'openwisp-dashboard' \ 'openwisp-freeradius' 'openwisp-nginx' 'openwisp-openvpn' 'openwisp-postfix' \ - 'openwisp-celelery' 'openwisp-websocket' 'openwisp-wireguard' \ + 'openwisp-celery' 'openwisp-websocket' 'openwisp-wireguard' \ 'openwisp-wireguard-updater' ; do \ docker tag openwisp/$${image}:latest $(USER)/$${image}:$(TAG); \ docker push $(USER)/$${image}:$(TAG); \