mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add output image-with-tag (#68)
* Add output image-with-tag Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
fe5edd5859
commit
ab006ef445
9 changed files with 17 additions and 2 deletions
1
.github/workflows/multiarch.yml
vendored
1
.github/workflows/multiarch.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
|||
run: |
|
||||
echo "Image: ${{ steps.build_image.outputs.image }}"
|
||||
echo "Tags: ${{ steps.build_image.outputs.tags }}"
|
||||
echo "Tagged Image: ${{ steps.build_image.outputs.image-with-tag }}"
|
||||
|
||||
- name: Check images created
|
||||
run: buildah images | grep '${{ env.IMAGE_NAME }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue