Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions runner/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,11 @@ if [ -z "${UNITTEST:-}" ]; then
mapfile -t env </etc/environment
fi

log.notice "WARNING LATEST TAG HAS BEEN DEPRECATED. SEE GITHUB ISSUE FOR DETAILS:"
log.notice "https://github.com/actions/actions-runner-controller/issues/2056"
if [ -n "${SHOW_LATEST_TAG_WARN}" ]; then
log.warning "WARNING: YOU'RE USING THE LATEST TAG OF THIS IMAGE, WHICH HAS BEEN DEPRECATED."
log.warning "SEE THIS GITHUB ISSUE FOR DETAILS:"
log.warning "https://github.com/actions/actions-runner-controller/issues/2056"
fi

update-status "Idle"
exec env -- "${env[@]}" ./run.sh