disabled docker cache
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 1m16s
Container Publish / build-image (amd64) (push) Successful in 1m55s
Container Publish / update docker manifest (push) Successful in 28s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Failing after 8s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Failing after 23s

This commit is contained in:
2025-10-04 08:00:52 +02:00
parent b3e1301121
commit 217bddf280

View File

@@ -51,7 +51,7 @@ jobs:
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }} \
--build-arg "GLPI_VERSION=11.0.0" \ --build-arg "GLPI_VERSION=11.0.0" \
--build-arg "ALPINE_VERSION=3.22" \ --build-arg "ALPINE_VERSION=3.22" \
--platform linux/${{ matrix.arch }} -f Dockerfile . --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }}
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11-${{ matrix.arch }}
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }}