Skip to content

Commit 0346493

Browse files
committed
Ops :D
================> EXTRAS <================ > Branch name: main
1 parent db1cd84 commit 0346493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ latest:
2222

2323
push:
2424
@echo "Pushing tags '$(VAPOR_TAG)' and 'latest'"
25-
docker push devdrops/php-toolbox:$(VAPOR_TAG)
26-
docker push devdrops/php-toolbox:latest
25+
docker push devdrops/vapor-cli:$(VAPOR_TAG)
26+
docker push devdrops/vapor-cli:latest
2727

2828

2929
.PHONY: develop latest push

0 commit comments

Comments
 (0)