Handle AWS CLI v2

This commit is contained in:
CrazyMax 2020-08-21 15:27:22 +02:00
parent 16d491f0ca
commit d833f7c2ad
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
5 changed files with 58 additions and 30 deletions

View file

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