Skip to content

Commit

Permalink
add print output step
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Mar 29, 2024
1 parent 4638501 commit 29a7d96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ runs:
tags: ${{ steps.build_image.outputs.tags }}
extra-args: ${{ inputs.push_extra_args }}

- name: Print Push Result
run: echo "Push Result: ${{ steps.push.outputs }}"
shell: bash

branding:
icon: check
color: blue

0 comments on commit 29a7d96

Please sign in to comment.