glpi update
Some checks failed
Container Publish / build-image (arm64) (push) Successful in 1m14s
Container Publish / update docker manifest (push) Blocked by required conditions
Container Publish / build-image (amd64) (push) Failing after 10m17s
Container Publish / on-success-skip (push) Failing after 10m23s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Successful in 15s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 7s

This commit is contained in:
2025-10-10 08:48:25 +02:00
parent 217bddf280
commit cc3b6501d3
3 changed files with 10 additions and 10 deletions

View File

@@ -48,13 +48,13 @@ jobs:
docker build \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11-${{ matrix.arch }} \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }} \
--build-arg "GLPI_VERSION=11.0.0" \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1-${{ matrix.arch }} \
--build-arg "GLPI_VERSION=11.0.1" \
--build-arg "ALPINE_VERSION=3.22" \
--platform linux/${{ matrix.arch }} --no-cache -f Dockerfile .
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.0.0-${{ matrix.arch }}
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1-${{ matrix.arch }}
manifest:
name: update docker manifest
@@ -87,10 +87,10 @@ jobs:
--amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11-arm64
docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11
- name: "11.0.0"
- name: "11.0.1"
run: |
docker manifest create \
${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0 \
--amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-amd64 \
--amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-arm64
docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0
${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1 \
--amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1-amd64 \
--amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1-arm64
docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1