From 25fd78b93eb7ece5ced6770490e06309a1d8d03a Mon Sep 17 00:00:00 2001 From: ITOH Date: Thu, 6 Apr 2023 00:09:44 +0200 Subject: [PATCH] ci(rest): fix rest proxy image registry (#2978) --- .github/workflows/rest-proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rest-proxy.yml b/.github/workflows/rest-proxy.yml index 7e551ec15..8d72b9b9d 100644 --- a/.github/workflows/rest-proxy.yml +++ b/.github/workflows/rest-proxy.yml @@ -64,7 +64,7 @@ jobs: - name: Log in to the Container registry uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 with: - registry: discordeno + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image