Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-04-20 07:27:53 +03:00

Fix workflow

This commit is contained in:
CrazyMax
2020-08-21 15:29:42 +02:00
parent 52b67bd7c8
commit 1bd3567034
+2 -2
View File
@@ -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: