mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-21 00:05:35 +02:00
tst
This commit is contained in:
8
.github/workflows/main-multiX.yml
vendored
8
.github/workflows/main-multiX.yml
vendored
@@ -61,13 +61,13 @@ jobs:
|
||||
|
||||
- name: Add architecture-specific labels
|
||||
run: |
|
||||
# Get the manifest digest for the image
|
||||
manifest_digest_amd64=$(docker manifest inspect "$IMAGE_NAME:$IMAGE_TAG" | jq -r '.manifests[] | select(.platform.architecture=="amd64") | .digest')
|
||||
echo "Manifest digest for amd64: $manifest_digest_amd64"
|
||||
# # Get the manifest digest for the image
|
||||
# manifest_digest_amd64=$(docker manifest inspect "$IMAGE_NAME:$IMAGE_TAG" | jq -r '.manifests[] | select(.platform.architecture=="amd64") | .digest')
|
||||
# echo "Manifest digest for amd64: $manifest_digest_amd64"
|
||||
|
||||
# Add tag
|
||||
docker tag ghcr.io/manimatter/decluttarr:maintestx@sha256:389494656cd076f532bcd59bc459e024295ea88cb450237f3f91243df3412282 ghcr.io/manimatter/decluttarr:maintestx-amd64
|
||||
|
||||
|
||||
# # Add label for amd64
|
||||
# docker manifest annotate "$IMAGE_NAME:$IMAGE_TAG" "$IMAGE_NAME:$IMAGE_TAG-amd64" --os=linux --arch=amd64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user