Skip to content

chore(deps): bump ubuntu from 20.04 to 22.04 in /build/dev #2429

chore(deps): bump ubuntu from 20.04 to 22.04 in /build/dev

chore(deps): bump ubuntu from 20.04 to 22.04 in /build/dev #2429

Workflow file for this run

on: pull_request
name: Build
# Declare default permissions as read only
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Build Container
run: make docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}