Skip to content

Commit

Permalink
Fix variable name in debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jul 8, 2024
1 parent 6c1158d commit 72d9cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [[ "${{github.event.pull_request}}" == "" ]]; then
push='true'
fi
echo Push ${skip}
echo Push='${push}'
echo "skip_push=${push}" >> $GITHUB_OUTPUT
build_and_push_vttestserver:
Expand Down

0 comments on commit 72d9cd5

Please sign in to comment.