Skip to content

Commit

Permalink
2024-06-12 10:54 - updates ci:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 12, 2024
1 parent 42246da commit 78524e9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/actions/image_updated/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ runs:
architecture=${{ inputs.architecture }}
repo="${ref%:*}"
tag="${ref##*:}"
version
echo "::notice::REF:${ref}"
echo "::notice::REPO:${repo}"
echo "::notice::TAG:${tag}"
echo "::notice::ARCH:${architecture}"
echo "::notice::VER:${version}"
#
# echo "::notice::REF:${ref}"
# echo "::notice::REPO:${repo}"
# echo "::notice::TAG:${tag}"
# echo "::notice::ARCH:${architecture}"
# echo "::notice::VER:${version}"

echo "image=$ref" >> $GITHUB_OUTPUT
echo "repo=$repo" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 78524e9

Please sign in to comment.