We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7639b24 commit 0bc9ad6Copy full SHA for 0bc9ad6
Makefile
@@ -20,5 +20,5 @@ upgrade:
20
$(IMAGE_NAME) ./bin/upgrade.sh
21
22
release:
23
- docker tag $(IMAGE_NAME) $(RELEASE_REGISTRY)/codeclimate-phpmd:$(RELEASE_TAG)
24
- docker push $(RELEASE_REGISTRY)/codeclimate-phpmd:$(RELEASE_TAG)
+ docker tag $(IMAGE_NAME) $(RELEASE_REGISTRY)/codeclimate-pmd:$(RELEASE_TAG)
+ docker push $(RELEASE_REGISTRY)/codeclimate-pmd:$(RELEASE_TAG)
0 commit comments