Compare commits

..

1 Commits

Author SHA1 Message Date
Paul de Nonancourt
2417650afb Merge manifests into multi-architecture Docker image 2025-11-20 15:41:52 +01:00

View File

@@ -182,8 +182,8 @@ jobs:
- name: Inspect image
run: |
digest=$(docker buildx imagetools inspect --raw ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }} | jq -r '.manifests[0].digest')
echo "DIGEST=${digest}" >> $GITHUB_ENV
digest=$(docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }})
echo "DIGEST=${platform}" >> $GITHUB_ENV
- name: Sign the images with GitHub OIDC Token
env: