From 27674691e2ecc806136c649d46cb947a35f125b1 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 3 Mar 2021 12:11:45 +0800 Subject: [PATCH] docs: update github-actions.md Due to the wrong yaml format, failed to login in ghcr.io --- ci-cd/github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-cd/github-actions.md b/ci-cd/github-actions.md index 8d264269c7..17d07810f5 100644 --- a/ci-cd/github-actions.md +++ b/ci-cd/github-actions.md @@ -207,7 +207,7 @@ Next, change your Docker Hub login to a GitHub container registry login: if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: - registry: ghcr.io + registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GHCR_TOKEN }} ```