fix push docker image command

This commit is contained in:
DataHearth 2021-05-27 20:14:21 +02:00
parent 7ccd33c22a
commit e3ec7c604b
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ create-docker-image:
push-docker-image:
@command -v docker >/dev/null || (echo 'docker is required to create docker image'; exit 1)
@read -p "Docker image tag: " tag; \
docker push datahearth/ddnsclient:$$tag .
docker push datahearth/ddnsclient:$$tag