File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
66all : build
77
88build :
9- docker build -t $(NAME ) :$(VERSION ) --rm .
9+ docker.io build -t $(NAME ) :$(VERSION ) --rm .
1010
1111test :
1212 env NAME=$(NAME ) VERSION=$(VERSION ) ./test.sh debug
1313
1414tag_latest :
15- docker tag $(NAME ) :$(VERSION ) $(NAME ) :latest
15+ docker.io tag $(NAME ) :$(VERSION ) $(NAME ) :latest
1616
1717release : 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
You can’t perform that action at this time.
0 commit comments