Skip to content

Commit 756412b

Browse files
committed
Removes CentOS Build jobs from github actions
1 parent 7de33be commit 756412b

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -87,38 +87,3 @@ jobs:
8787
UBUNTU_RELEASE_NAME=${{ matrix.ubuntu-release-name }}
8888
tags: ${{ steps.meta-others.outputs.tags }}
8989
labels: ${{ steps.meta-others.outputs.labels }}
90-
91-
92-
Build_PHP_CentOS8:
93-
strategy:
94-
matrix:
95-
version: ['7.2', '7.3', '7.4', '8.0', '8.1']
96-
environment:
97-
name: Build
98-
runs-on: ubuntu-latest
99-
steps:
100-
- name: Checkout
101-
uses: actions/checkout@v4
102-
with:
103-
ref: ${{ github.ref }}
104-
105-
- name: Set up QEMU
106-
uses: docker/setup-qemu-action@v3
107-
108-
- name: Set up Docker Buildx
109-
uses: docker/setup-buildx-action@v3
110-
111-
- name: Login to DockerHub
112-
uses: docker/login-action@v3
113-
with:
114-
username: ${{ secrets.DOCKERHUB_USERNAME }}
115-
password: ${{ secrets.DOCKERHUB_TOKEN }}
116-
117-
- name: Build and push CentOS based Docker images
118-
uses: docker/build-push-action@v6
119-
with:
120-
push: true
121-
context: centos8
122-
platforms: linux/amd64
123-
build-args: PHP_VERSION=${{ matrix.version }}
124-
tags: ${{ secrets.IMAGE_NAME }}:${{ matrix.version }}

.github/workflows/test-build.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -72,32 +72,3 @@ jobs:
7272
UBUNTU_RELEASE_NAME=${{ matrix.ubuntu-release-name }}
7373
tags: ${{ steps.meta-others.outputs.tags }}
7474
labels: ${{ steps.meta-others.outputs.labels }}
75-
76-
77-
Build_PHP_CentOS8_Test:
78-
strategy:
79-
matrix:
80-
version: ['7.2', '7.3', '7.4', '8.0', '8.1']
81-
environment:
82-
name: Build
83-
runs-on: ubuntu-latest
84-
steps:
85-
- name: Checkout
86-
uses: actions/checkout@v4
87-
with:
88-
ref: ${{ github.ref }}
89-
90-
- name: Set up QEMU
91-
uses: docker/setup-qemu-action@v3
92-
93-
- name: Set up Docker Buildx
94-
uses: docker/setup-buildx-action@v3
95-
96-
- name: Build and push CentOS based Docker images
97-
uses: docker/build-push-action@v6
98-
with:
99-
push: false
100-
context: centos8
101-
platforms: linux/amd64
102-
build-args: PHP_VERSION=${{ matrix.version }}
103-
tags: ${{ secrets.IMAGE_NAME }}:${{ matrix.version }}

0 commit comments

Comments
 (0)