You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# to configure a specific runner version change the RUNNER_VERSION (e.g. RUNNER_VERSION: 2.320.1), otherwise the latest version available is used by default
build:
config:
RUNNER_VERSION: latest
RUNNER_ARCH: x64
docker:
runner: Dockerfile
# Note, in private spaces the 'run:' setting is ignored in heroku.yml.
# Instead, Heroku uses the 'CMD' or `ENTRYPOINT` setting in your Dockerfile.