mirror of
https://github.com/docker/login-action.git
synced 2024-11-12 13:58:08 +00:00
Update CI workflow
This commit is contained in:
parent
d833f7c2ad
commit
52b67bd7c8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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…
Reference in New Issue
Block a user