|
22 | 22 | with: |
23 | 23 | username: ${{ secrets.DOCKERHUB_USERNAME }} |
24 | 24 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
25 | | - - name: Build And Push 7.1-alpine |
26 | | - uses: docker/build-push-action@v6 |
27 | | - with: |
28 | | - context: . |
29 | | - file: ./images/7.1/Dockerfile-alpine |
30 | | - push: true |
31 | | - tags: umutphp/php-docker-images-for-ci:7.1-alpine |
32 | | - - name: Build And Push 7.2-alpine |
33 | | - uses: docker/build-push-action@v6 |
34 | | - with: |
35 | | - context: . |
36 | | - file: ./images/7.2/Dockerfile-alpine |
37 | | - push: true |
38 | | - tags: umutphp/php-docker-images-for-ci:7.2-alpine |
39 | | - - name: Build And Push 7.3-alpine |
40 | | - uses: docker/build-push-action@v6 |
41 | | - with: |
42 | | - context: . |
43 | | - file: ./images/7.3/Dockerfile-alpine |
44 | | - push: true |
45 | | - tags: umutphp/php-docker-images-for-ci:7.3-alpine |
46 | | - - name: Build And Push 7.4-alpine |
47 | | - uses: docker/build-push-action@v6 |
48 | | - with: |
49 | | - context: . |
50 | | - file: ./images/7.4/Dockerfile-alpine |
51 | | - push: true |
52 | | - tags: umutphp/php-docker-images-for-ci:7.4-alpine |
53 | 25 | - name: Build And Push 8.0-alpine |
54 | 26 | uses: docker/build-push-action@v6 |
55 | 27 | with: |
|
85 | 57 | file: ./images/8.4/Dockerfile-alpine |
86 | 58 | push: true |
87 | 59 | tags: umutphp/php-docker-images-for-ci:8.4-alpine,umutphp/php-docker-images-for-ci:latest-alpine |
88 | | - - name: Build And Push 7.1 |
89 | | - uses: docker/build-push-action@v6 |
90 | | - with: |
91 | | - context: ./images/7.1/ |
92 | | - push: true |
93 | | - tags: umutphp/php-docker-images-for-ci:7.1 |
94 | | - - name: Build And Push 7.2 |
95 | | - uses: docker/build-push-action@v6 |
96 | | - with: |
97 | | - context: ./images/7.2/ |
98 | | - push: true |
99 | | - tags: umutphp/php-docker-images-for-ci:7.2 |
100 | | - - name: Build And Push 7.3 |
101 | | - uses: docker/build-push-action@v6 |
102 | | - with: |
103 | | - context: ./images/7.3/ |
104 | | - push: true |
105 | | - tags: umutphp/php-docker-images-for-ci:7.3 |
106 | | - - name: Build And Push 7.4 |
107 | | - uses: docker/build-push-action@v6 |
108 | | - with: |
109 | | - context: ./images/7.4/ |
110 | | - push: true |
111 | | - tags: umutphp/php-docker-images-for-ci:7.4 |
112 | 60 | - name: Build And Push 8.0 |
113 | 61 | uses: docker/build-push-action@v6 |
114 | 62 | with: |
|
0 commit comments