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 35d6eb7 commit 703fe70Copy full SHA for 703fe70
Makefile
@@ -18,7 +18,7 @@ build-postgresql:
18
done
19
docker build php${LATEST_VERSION}/postgresql --build-arg PRESTISSIMO_VERSION=$$PRESTISSIMO_VERSION --build-arg BUILD_DATE=$$BUILD_DATE -t $(REPOSITORY):latest-postgresql
20
21
-.PHONY: push-myswl
+.PHONY: push-mysql
22
push-mysql:
23
for VERSION in $(VERSIONS); do \
24
docker push $(REPOSITORY):php$$VERSION-mysql; \
0 commit comments