File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 8080 file : ./images/8.2/Dockerfile-alpine
8181 push : true
8282 tags : umutphp/php-docker-images-for-ci:8.2-alpine
83+ -
84+ name : Build And Push 8.3-alpine
85+ uses : docker/build-push-action@v2
86+ with :
87+ context : .
88+ file : ./images/8.3/Dockerfile-alpine
89+ push : true
90+ tags : umutphp/php-docker-images-for-ci:8.3-alpine
8391 -
8492 name : Build And Push latest-alpine
8593 uses : docker/build-push-action@v2
@@ -137,6 +145,13 @@ jobs:
137145 context : ./images/8.2/
138146 push : true
139147 tags : umutphp/php-docker-images-for-ci:8.2
148+ -
149+ name : Build And Push 8.3
150+ uses : docker/build-push-action@v2
151+ with :
152+ context : ./images/8.3/
153+ push : true
154+ tags : umutphp/php-docker-images-for-ci:8.3
140155 -
141156 name : Build And Push latest
142157 uses : docker/build-push-action@v2
You can’t perform that action at this time.
0 commit comments