Skip to content

Commit

Permalink
[fix] Fixed typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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); \
Expand Down

0 comments on commit 64d8316

Please sign in to comment.