glpi update
Some checks failed
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 5s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Successful in 2m55s
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
Some checks failed
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 5s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Successful in 2m55s
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user