File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Image URL to use all building/pushing image targets
22REGISTRY ?= k90mirzaei/php
3+ VERSION ?= 8.2.18-fpm-alpine3.19
34
45all : build push
56
67build : # # Build all images
78 - @echo " Building..."
8- - docker build ./fpm-alpine/8.1 -t $(REGISTRY ) :8.1-fpm-alpine3.18
9- - docker build ./fpm-alpine/8.2 -t $(REGISTRY ) :8.2-fpm-alpine3.18
9+ - docker build ./fpm-alpine/8.1 -t $(REGISTRY ) :$( VERSION )
10+ - docker build ./fpm-alpine/8.2 -t $(REGISTRY ) :$( VERSION )
1011
1112push : # # Push all images to github repo
1213 - @echo " Pushing..."
13- - docker push $(REGISTRY ) :8.1-fpm-alpine3.18
14- - docker push $(REGISTRY ) :8.2-fpm-alpine3.18
14+ - docker push $(REGISTRY ) :$( VERSION )
15+ - docker push $(REGISTRY ) :$( VERSION )
1516
1617
1718help : # # Show makefile helper
You can’t perform that action at this time.
0 commit comments