diff --git a/Makefile b/Makefile index 0a04495f..9e66191e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ clean-tags: # Docker images push push-from-tags: - cat ./docker-image/build.tags | xargs -I % docker push % + cat ./docker-image/image.tags | xargs -I % docker push % # CI dependencies ci-docker-login: