revert base image to buster, we can try bullseye again later

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2022-02-12 22:48:58 +00:00
parent 6b5f746a15
commit 90f4ebe882
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
ARCH: amd64
DEBIAN_VERSION: bullseye
DEBIAN_VERSION: buster
steps:
- name: Checkout Repo
uses: actions/checkout@v2