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 13cc312 commit d64fdcbCopy full SHA for d64fdcb
.github/workflows/build_pr.yaml
@@ -40,7 +40,7 @@ jobs:
40
buildah images | grep '${{ env.IMAGE_NAME }}'
41
echo '${{ steps.build_image.outputs.image }}'
42
echo '${{ steps.build_image.outputs.tags }}'
43
- name: Check manifest
+ - name: Check manifest
44
run: |
45
set -x
46
buildah manifest inspect ${{ steps.build_image.outputs.image }}:${{ env.LATEST_TAG }}
0 commit comments