php 7.4 is now a separated build

This commit is contained in:
2025-07-31 15:14:52 +02:00
parent 1dcd1585fe
commit 0a518f539e
2 changed files with 67 additions and 14 deletions

View File

@@ -51,13 +51,6 @@ jobs:
--platform linux/${{ matrix.arch }} -f Dockerfile .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }}
- name: Build and publish php74
run: |
docker build \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-php74-${{ matrix.arch }} \
--platform linux/${{ matrix.arch }} -f Dockerfile-php74 .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-php74-${{ matrix.arch }}
manifest:
name: update docker manifest
@@ -82,10 +75,3 @@ jobs:
--amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-arm64
docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest
- name: latest
run: |
docker manifest create \
${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-php74 \
--amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-php74-amd64 \
--amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-php74-arm64
docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-php74