We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af29e7 commit 9def01dCopy full SHA for 9def01d
.github/workflows/staging-release.yaml
@@ -587,8 +587,9 @@ jobs:
587
password: ${{ secrets.GITHUB_TOKEN }}
588
589
- name: Check the image exists
590
+ # Use manifest inspect rather than pulling the image so the Windows host version does not need to match the container image
591
run: |
- docker pull "$STAGING_IMAGE_NAME:$TAG"
592
+ docker manifest inspect "$STAGING_IMAGE_NAME:$TAG"
593
env:
594
TAG: ${{ matrix.tag }}
595
shell: bash
0 commit comments