Skip to content

Commit

Permalink
use GITHUB_OUTPUT instead of depracated set-putput
Browse files Browse the repository at this point in the history
  • Loading branch information
alinianitchii committed Jan 18, 2024
1 parent a4d01f0 commit e4b7447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ docker tag goleedev/$SERVICE_NAME:$VERSION_CODE $REMOTE_IMAGE_PATH_WITH_TAG
docker tag $REMOTE_IMAGE_PATH_WITH_TAG "${REMOTE_IMAGE_PATH}:latest-${branch_name}"
docker image push --all-tags $REMOTE_IMAGE_PATH

echo "::set-output name=image_path::$REMOTE_IMAGE_PATH_WITH_TAG"
echo "image_path=$REMOTE_IMAGE_PATH_WITH_TAG" >> $GITHUB_OUTPUT

0 comments on commit e4b7447

Please sign in to comment.