mirror of
https://gitee.com/actions-mirror/docker-login-action
synced 2024-11-27 13:40:43 +08:00
Fix workflow
This commit is contained in:
parent
52b67bd7c8
commit
1bd3567034
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
dockerhub:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
rm -f ${HOME}/.docker/config.json
|
||||
|
||||
ecr:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user