Skip to content

Commit 1768d39

Browse files
committed
Adjust vars in Makefile
Setup for https://hub.docker.com/r/janus1990/docker-nginx-php/ public repo and automated builds.
1 parent 0291832 commit 1768d39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
REPO = rtucek
2-
IMAGE = nginx-php
3-
VERSION = 1.0.0
4-
EXTRAVERSION = -unreleased-wip
1+
REPO = janus1990
2+
IMAGE = docker-nginx-php
3+
VERSION = 0.1.0
4+
EXTRAVERSION = -dev
55

66
IMAGE_FQN = $(REPO)/$(IMAGE):$(VERSION)$(EXTRAVERSION)
77

0 commit comments

Comments
 (0)