Test building by digest #8
This commit is contained in:
@@ -121,16 +121,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Create and Push Multi-arch Manifest
|
- name: Create and Push Multi-arch Manifest
|
||||||
run: |
|
run: |
|
||||||
echo "LOL"
|
echo "LOL Privet from nginx unit"
|
||||||
IMAGE_NAME=gitea.technocloud.ee/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:python${{ matrix.python-version }}
|
|
||||||
AMD64_DIGEST=${{ needs.build-amd64.outputs['amd64-digest-' + matrix.python-version] }}
|
|
||||||
ARM64_DIGEST=${{ needs.build-arm64.outputs['arm64-digest-' + matrix.python-version] }}
|
|
||||||
echo $AMD64_DIGEST
|
|
||||||
echo $ARM64_DIGEST
|
|
||||||
# Create the manifest
|
|
||||||
docker manifest create $IMAGE_NAME \
|
|
||||||
--amend gitea.technocloud.ee/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}@$AMD64_DIGEST \
|
|
||||||
--amend gitea.technocloud.ee/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}@$ARM64_DIGEST
|
|
||||||
|
|
||||||
# Push the manifest
|
|
||||||
docker manifest push $IMAGE_NAME
|
|
||||||
Reference in New Issue
Block a user