From 553f70bcb292d55fff1e1b93054dfd3f8cbb1432 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 9 Jan 2023 09:43:47 +0200 Subject: [PATCH] Remove php 72.,7.3 in build action --- .github/workflows/build.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa276b5..f05ef10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,20 +22,6 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push 7.2 - uses: docker/build-push-action@v3 - with: - file: "./src/docker/7.2/Dockerfile" - push: true - tags: "${{env.BUILDKIT_IMAGE}}:7.2" - - - name: Build and push 7.3 - uses: docker/build-push-action@v3 - with: - file: "./src/docker/7.3/Dockerfile" - push: true - tags: "${{env.BUILDKIT_IMAGE}}:7.3" - name: Build and push 7.4 uses: docker/build-push-action@v3