Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-ritti committed Dec 2, 2024
1 parent d67d539 commit 503181e
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/build_php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ jobs:
- name: Set repository
run: echo "REPOSITORY=${{ inputs.registry }}/${{ inputs.image }}" >> $GITHUB_OUTPUT
id: repository
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}
${{ runner.os }}-buildx-${{ matrix.version }}
- name: Build image amd64
uses: docker/build-push-action@v6
with:
Expand All @@ -89,7 +81,6 @@ jobs:
${{ steps.image_tag.outputs.IMAGE_TAG }}
build-args: |
PHP_VERSION=${{ matrix.version }}
frankenphp-wkhtmltopdf:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -117,14 +108,6 @@ jobs:
- name: Set repository
run: echo "REPOSITORY=${{ inputs.registry }}/${{ inputs.image }}" >> $GITHUB_OUTPUT
id: repository
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}
${{ runner.os }}-buildx-${{ matrix.version }}
- name: Build image amd64
uses: docker/build-push-action@v6
with:
Expand All @@ -150,7 +133,6 @@ jobs:
${{ steps.image_tag.outputs.IMAGE_TAG }}
build-args: |
PHP_VERSION=${{ matrix.version }}
base:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -178,14 +160,6 @@ jobs:
- name: Set repository
run: echo "REPOSITORY=${{ inputs.registry }}/${{ inputs.image }}" >> $GITHUB_OUTPUT
id: repository
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}
${{ runner.os }}-buildx-${{ matrix.version }}
- name: Build image amd64
uses: docker/build-push-action@v6
with:
Expand All @@ -212,7 +186,6 @@ jobs:
${{ steps.image_tag.outputs.IMAGE_TAG }}
build-args: |
PHP_VERSION=${{ matrix.version }}
wkhtmltopdf:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -240,14 +213,6 @@ jobs:
- name: Set repository
run: echo "REPOSITORY=${{ inputs.registry }}/${{ inputs.image }}" >> $GITHUB_OUTPUT
id: repository
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}
${{ runner.os }}-buildx-${{ matrix.version }}
- name: Build image amd64
uses: docker/build-push-action@v6
with:
Expand All @@ -274,8 +239,6 @@ jobs:
build-args: |
PHP_VERSION=${{ matrix.version }}

caddy:
runs-on: ubuntu-latest
needs: [base, wkhtmltopdf]
Expand Down Expand Up @@ -303,14 +266,6 @@ jobs:
- name: Set repository
run: echo "REPOSITORY=${{ inputs.registry }}/${{ inputs.image }}" >> $GITHUB_OUTPUT
id: repository
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}
${{ runner.os }}-buildx-${{ matrix.version }}
- name: Build image amd64
uses: docker/build-push-action@v6
with:
Expand Down Expand Up @@ -338,8 +293,6 @@ jobs:
build-args: |
PHP_VERSION=${{ matrix.version }}

nginx:
runs-on: ubuntu-latest
needs: [base, wkhtmltopdf]
Expand All @@ -366,14 +319,6 @@ jobs:
- name: Set repository
run: echo "REPOSITORY=${{ inputs.registry }}/${{ inputs.image }}" >> $GITHUB_OUTPUT
id: repository
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}
${{ runner.os }}-buildx-${{ matrix.version }}
- name: Build image amd64
uses: docker/build-push-action@v6
with:
Expand All @@ -400,8 +345,6 @@ jobs:
build-args: |
PHP_VERSION=${{ matrix.version }}

apache:
runs-on: ubuntu-latest
needs: [base, wkhtmltopdf]
Expand Down Expand Up @@ -429,14 +372,6 @@ jobs:
- name: Set repository
run: echo "REPOSITORY=${{ inputs.registry }}/${{ inputs.image }}" >> $GITHUB_OUTPUT
id: repository
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ matrix.version }}-${{ matrix.variant }}
${{ runner.os }}-buildx-${{ matrix.version }}
- name: Build image amd64
uses: docker/build-push-action@v6
with:
Expand All @@ -462,5 +397,3 @@ jobs:
${{ steps.image_tag.outputs.IMAGE_TAG }}
build-args: |
PHP_VERSION=${{ matrix.version }}

0 comments on commit 503181e

Please sign in to comment.