github: add buildpack deps base option

This commit is contained in:
Koushik Dutta
2022-11-23 08:45:33 -08:00
parent e51e837756
commit be7a6b1aaa

View File

@@ -16,6 +16,7 @@ jobs:
matrix:
NODE_VERSION: ["18"]
SUPERVISOR: ['', '.s6']
BUILDPACK_DEPS_BASE: ['bullseye']
steps:
- name: Check out the repo
uses: actions/checkout@v2