Add support for public ECR

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-12-11 07:15:35 +01:00
parent 7c9afe235c
commit 1e75de0e0e
6 changed files with 121 additions and 23 deletions

View File

@ -50,7 +50,7 @@ jobs:
name: Checkout
uses: actions/checkout@v2
-
name: Login to DockerHub
name: Login to Docker Hub
uses: ./
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}