From ecffb65031f1e22a1dc9a1a33f362b2b57cb43ed Mon Sep 17 00:00:00 2001 From: chanrithdeepsearch Date: Tue, 16 Aug 2022 17:15:08 +0900 Subject: [PATCH] Update github-release.yml --- .github/workflows/github-release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index bafac503772..c5a33eb2b0a 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -224,11 +224,12 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - - name: Login to DockerHub + - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} + registry: ghcr.io + username: ${{ secrets.PACKAGES_WRITE_USERNAME }} + password: ${{ secrets.PACKAGES_WRITE_PASSWORD }} - name: Build and push client image working-directory: app/client