Skip to content

Commit 0bc9ad6

Browse files
authored
fix repo name in Makefile
1 parent 7639b24 commit 0bc9ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ upgrade:
2020
$(IMAGE_NAME) ./bin/upgrade.sh
2121

2222
release:
23-
docker tag $(IMAGE_NAME) $(RELEASE_REGISTRY)/codeclimate-phpmd:$(RELEASE_TAG)
24-
docker push $(RELEASE_REGISTRY)/codeclimate-phpmd:$(RELEASE_TAG)
23+
docker tag $(IMAGE_NAME) $(RELEASE_REGISTRY)/codeclimate-pmd:$(RELEASE_TAG)
24+
docker push $(RELEASE_REGISTRY)/codeclimate-pmd:$(RELEASE_TAG)

0 commit comments

Comments
 (0)