update github actions runner to ubuntu-22.04

This commit is contained in:
nmfretz 2023-10-27 13:28:52 -07:00
parent b25bc37a00
commit 5ce08be787
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ env:
jobs:
build:
name: Build Docker image
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Set BRANCH
run: echo "BRANCH=$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//-/g')" >> $GITHUB_ENV

View File

@ -11,7 +11,7 @@ env:
jobs:
build:
name: Build Docker image
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Set VERSION
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV