Ensured docker publish is run under ubuntu 20.04

This commit is contained in:
Alejandro Celaya 2021-12-11 11:30:03 +01:00
parent 38280b9027
commit 453842246f

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2