Skip to content

Commit

Permalink
Merge pull request #68 from dokku/remove-deprecated-actions-code
Browse files Browse the repository at this point in the history
refactor: switch to non-deprecated method for setting output in github actions
  • Loading branch information
josegonzalez committed May 29, 2023
2 parents 8473178 + eb481c6 commit 1a74ad3
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 1a74ad3

Please sign in to comment.