Update CI workflow

master
CrazyMax 5 years ago
parent d833f7c2ad
commit 52b67bd7c8
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -8,7 +8,7 @@ on:
jobs:
dockerhub:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@ -93,6 +93,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-16.04
logout:
- true
- false

Loading…
Cancel
Save