From 395cae112ae17dd882d1367c49c0ffbf29f9b2fa Mon Sep 17 00:00:00 2001 From: paspo Date: Mon, 22 Sep 2025 10:20:51 +0200 Subject: [PATCH] glpi upgrade --- .gitea/workflows/build_and_publish.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index 6ae56f4..f1b699a 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -50,13 +50,13 @@ jobs: docker build \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-${{ matrix.arch }} \ - --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.18-${{ matrix.arch }} \ - --build-arg "GLPI_VERSION=10.0.18" \ + --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20-${{ matrix.arch }} \ + --build-arg "GLPI_VERSION=10.0.20" \ --build-arg "ALPINE_VERSION=3.21" \ --platform linux/${{ matrix.arch }} -f Dockerfile . docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-${{ matrix.arch }} - docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.18-${{ matrix.arch }} + docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20-${{ matrix.arch }} manifest: name: update docker manifest @@ -89,10 +89,10 @@ jobs: --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-arm64 docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10 - - name: "10.0.18" + - name: "10.0.20" run: | docker manifest create \ - ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.18 \ - --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.18-amd64 \ - --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.18-arm64 - docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.18 + ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20 \ + --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20-amd64 \ + --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20-arm64 + docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20