Skip to content

Commit 2c039da

Browse files
author
Administrator
committed
version
1 parent 8d76f16 commit 2c039da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
NAME = windfisch/phpldapadmin
2-
VERSION = 0.0.2
1+
NAME = osixia/phpldapadmin
2+
VERSION = 0.4.0
33

44
.PHONY: all build test tag_latest release
55

66
all: build
77

88
build:
9-
docker build -t $(NAME):$(VERSION) --rm .
9+
docker.io build -t $(NAME):$(VERSION) --rm .
1010

1111
test:
1212
env NAME=$(NAME) VERSION=$(VERSION) ./test.sh debug
1313

1414
tag_latest:
15-
docker tag $(NAME):$(VERSION) $(NAME):latest
15+
docker.io tag $(NAME):$(VERSION) $(NAME):latest
1616

1717
release: build test tag_latest
18-
@if ! docker images $(NAME) | awk '{ print $$2 }' | grep -q -F $(VERSION); then echo "$(NAME) version $(VERSION) is not yet built. Please run 'make build'"; false; fi
19-
docker push $(NAME)
18+
@if ! docker.io images $(NAME) | awk '{ print $$2 }' | grep -q -F $(VERSION); then echo "$(NAME) version $(VERSION) is not yet built. Please run 'make build'"; false; fi
19+
docker.io push $(NAME)
2020
@echo "*** Don't forget to run 'twgit release finish' :)"
2121

0 commit comments

Comments
 (0)