Skip to content

Commit

Permalink
fix (publish): add to explicitly push all tags (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Feb 12, 2021
1 parent eaeaf31 commit c89126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -40,7 +40,7 @@ build-dsp-app-image: ## build DSP APP image locally

.PHONY: publish-dsp-app-image
publish-dsp-app-image: build-dsp-app-image ## publish DSP APP Docker image to Docker-Hub
docker push $(DSP_APP_REPO)
docker image push --all-tags $(DSP_APP_REPO)

.PHONY: help
help: ## this help
Expand Down

0 comments on commit c89126c

Please sign in to comment.