Skip to content

Commit 7770d98

Browse files
committed
Inspect the image using task output
The image may not get the latst tag applied, so this step could inspect the incorrect image. Use the output from the build_image step to ensure the correct image is always inspected.
1 parent a9364e2 commit 7770d98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_push_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Check manifest
5757
run: |
5858
set -x
59-
buildah manifest inspect ${{ steps.build_image.outputs.image }}:${{ env.LATEST_TAG }}
59+
buildah manifest inspect ${{ steps.build_image.outputs.image-with-tag }}
6060
- name: Push image to Quay.io
6161
uses: redhat-actions/push-to-registry@v2
6262
with:

0 commit comments

Comments
 (0)