ci(container): update to ubuntu-22.04

This commit is contained in:
Matthew Penner 2023-02-23 13:43:40 -07:00
parent ab4b4e6ada
commit f98aa11a3a
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ on:
jobs: jobs:
build-and-push: build-and-push:
name: Build and Push name: Build and Push
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Code checkout - name: Code checkout
uses: actions/checkout@v3 uses: actions/checkout@v3