Skip to content

Commit

Permalink
Merge pull request #1 from flownative/task/replace-set-output
Browse files Browse the repository at this point in the history
Drop deprecated set-output commands
  • Loading branch information
kdambekalns committed May 22, 2023
2 parents 94dde88 + e5b5710 commit 99c9744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ fi
docker build "$@" .
docker push "${IMAGE_NAME}:${IMAGE_TAG}"

echo "::set-output name=image_name::${IMAGE_NAME}"
echo "::set-output name=image_tag::${IMAGE_TAG}"
echo "::set-output name=git_tag::${GIT_TAG}"
echo "image_name=${IMAGE_NAME}" >> $GITHUB_OUTPUT
echo "image_tag=${IMAGE_TAG}" >> $GITHUB_OUTPUT
echo "git_tag=${GIT_TAG}" >> $GITHUB_OUTPUT

0 comments on commit 99c9744

Please sign in to comment.