From 503181e593284bbfccb3bfbba422c73fba26d5e7 Mon Sep 17 00:00:00 2001 From: Arnaud RITTI Date: Mon, 2 Dec 2024 11:24:29 +0100 Subject: [PATCH] ci: fix --- .github/workflows/build_php.yml | 67 --------------------------------- 1 file changed, 67 deletions(-) diff --git a/.github/workflows/build_php.yml b/.github/workflows/build_php.yml index 6be938b..20f7784 100644 --- a/.github/workflows/build_php.yml +++ b/.github/workflows/build_php.yml @@ -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: @@ -89,7 +81,6 @@ jobs: ${{ steps.image_tag.outputs.IMAGE_TAG }} build-args: | PHP_VERSION=${{ matrix.version }} - frankenphp-wkhtmltopdf: runs-on: ubuntu-latest @@ -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: @@ -150,7 +133,6 @@ jobs: ${{ steps.image_tag.outputs.IMAGE_TAG }} build-args: | PHP_VERSION=${{ matrix.version }} - base: runs-on: ubuntu-latest @@ -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: @@ -212,7 +186,6 @@ jobs: ${{ steps.image_tag.outputs.IMAGE_TAG }} build-args: | PHP_VERSION=${{ matrix.version }} - wkhtmltopdf: runs-on: ubuntu-latest @@ -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: @@ -274,8 +239,6 @@ jobs: build-args: | PHP_VERSION=${{ matrix.version }} - - caddy: runs-on: ubuntu-latest needs: [base, wkhtmltopdf] @@ -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: @@ -338,8 +293,6 @@ jobs: build-args: | PHP_VERSION=${{ matrix.version }} - - nginx: runs-on: ubuntu-latest needs: [base, wkhtmltopdf] @@ -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: @@ -400,8 +345,6 @@ jobs: build-args: | PHP_VERSION=${{ matrix.version }} - - apache: runs-on: ubuntu-latest needs: [base, wkhtmltopdf] @@ -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: @@ -462,5 +397,3 @@ jobs: ${{ steps.image_tag.outputs.IMAGE_TAG }} build-args: | PHP_VERSION=${{ matrix.version }} - - \ No newline at end of file