This commit is contained in:
Benjamin Harder
2024-03-29 19:40:34 +01:00
parent 377b84123d
commit 8d6644aed2

View File

@@ -26,11 +26,11 @@ jobs:
- name: 'Checkout GitHub Action'
uses: actions/checkout@main
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
@@ -70,8 +70,7 @@ jobs:
# Add label for amd64
if [ ! -z "$manifest_digest_amd64" ]; then
echo 123
docker manifest annotate "$IMAGE_NAME:$IMAGE_TAG" "$manifest_digest_amd64" --os=linux --arch=amd64 || true
docker manifest annotate "$IMAGE_NAME:$IMAGE_TAG" "$IMAGE_NAME:$IMAGE_TAG-amd64" --os=linux --arch=amd64 "$manifest_digest_amd64" || true
fi