Test 4
All checks were successful
Build Docker Image / Create Multi-arch Manifest (3.10) (push) Successful in 16s

This commit is contained in:
2024-12-10 21:23:34 +02:00
parent 718cc8f8d3
commit a1bb9a6ee3

View File

@@ -122,8 +122,9 @@ jobs:
- name: Create and Push Multi-arch Manifest - name: Create and Push Multi-arch Manifest
run: | run: |
echo "LOL Privet from nginx unit" echo "LOL Privet from nginx unit"
IMAGE_NAME=gitea.technocloud.ee/technocloud-public/nginx-unit:python3.10 IMAGE_NAME=gitea.technocloud.ee/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:python${{ matrix.python-version }}
echo $IMAGE_NAME echo $IMAGE_NAME
echo ${{ steps.meta.outputs }}
docker manifest create $IMAGE_NAME --amend gitea.technocloud.ee/technocloud-public/nginx-unit@sha256:3aabfbb49990a4f44a1b2a9c34c3a68b503b46fb5fdf30a8d520bc9c2a7e3558 docker manifest create $IMAGE_NAME --amend gitea.technocloud.ee/technocloud-public/nginx-unit@sha256:3aabfbb49990a4f44a1b2a9c34c3a68b503b46fb5fdf30a8d520bc9c2a7e3558
echo "Vse rabotaet?" echo "Vse rabotaet?"
docker manifest push $IMAGE_NAME docker manifest push $IMAGE_NAME