Skip to content

Commit edbf1b0

Browse files
author
Umut Işık
authored
Merge pull request #37 from umutphp/35-php-84
Remove image building before 8.0
2 parents 0cfd5aa + 320b6bc commit edbf1b0

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,6 @@ jobs:
2222
with:
2323
username: ${{ secrets.DOCKERHUB_USERNAME }}
2424
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
5325
- name: Build And Push 8.0-alpine
5426
uses: docker/build-push-action@v6
5527
with:
@@ -85,30 +57,6 @@ jobs:
8557
file: ./images/8.4/Dockerfile-alpine
8658
push: true
8759
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
11260
- name: Build And Push 8.0
11361
uses: docker/build-push-action@v6
11462
with:

0 commit comments

Comments
 (0)