Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Fixed typo in makefile
Browse files Browse the repository at this point in the history
pandafy committed Jun 20, 2022
1 parent 21976be commit 64d8316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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); \

0 comments on commit 64d8316

Please sign in to comment.