Skip to content

Commit

Permalink
refactor: switch to non-deprecated method for setting output in githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 29, 2023
1 parent 8473178 commit eb481c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
echo -e "\u001b[32mDetected success lint workflow_run conclusion\u001b[0m"
fi
echo "::set-output name=push-enabled::${push_enabled}"
echo "::set-output name=docker-image-tag::${image_tag}"
run: echo "push-enabled=${push_enabled}" >> $GITHUB_OUTPUT
run: echo "docker-image-tag=${image_tag}" >> $GITHUB_OUTPUT
docker-push:
name: push latest
Expand Down

0 comments on commit eb481c6

Please sign in to comment.