Update builder and stack heroku-22

This commit is contained in:
felegy
2024-08-01 10:38:35 +00:00
parent 30a7228a1b
commit f269d0a667

View File

@@ -46,7 +46,7 @@ jobs:
[[ ! -z $(yq e '. | keys' Procfile | cut -c 3- | grep bash) ]] \
|| echo 'bash: bash -l' >> Procfile
pack build "ghcr.io/hvg/blog:$TAG" \
--builder heroku/buildpacks:20 \
--builder heroku/builder-classic:22 \
--descriptor project.toml \
--workspace /app \
--env COMPOSER_AUTH=$COMPOSER_AUTH;