File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -22,39 +22,13 @@ jobs:
2222 with :
2323 username : ${{ secrets.DOCKERHUB_USERNAME }}
2424 password : ${{ secrets.DOCKERHUB_TOKEN }}
25- - name : Build And Push 8.2-alpine
26- uses : docker/build-push-action@v6
27- with :
28- context : .
29- file : ./images/8.2/Dockerfile-alpine
30- push : true
31- tags : umutphp/php-docker-images-for-ci:8.2-alpine
32- - name : Build And Push 8.3-alpine
33- uses : docker/build-push-action@v6
34- with :
35- context : .
36- file : ./images/8.3/Dockerfile-alpine
37- push : true
38- tags : umutphp/php-docker-images-for-ci:8.3-alpine
3925 - name : Build And Push 8.4-alpine
4026 uses : docker/build-push-action@v6
4127 with :
4228 context : .
4329 file : ./images/8.4/Dockerfile-alpine
4430 push : true
4531 tags : umutphp/php-docker-images-for-ci:8.4-alpine,umutphp/php-docker-images-for-ci:latest-alpine
46- - name : Build And Push 8.2
47- uses : docker/build-push-action@v6
48- with :
49- context : ./images/8.2/
50- push : true
51- tags : umutphp/php-docker-images-for-ci:8.2
52- - name : Build And Push 8.3
53- uses : docker/build-push-action@v6
54- with :
55- context : ./images/8.3/
56- push : true
57- tags : umutphp/php-docker-images-for-ci:8.3
5832 - name : Build And Push 8.4
5933 uses : docker/build-push-action@v6
6034 with :
You can’t perform that action at this time.
0 commit comments