From e46b02cb3b8850b8cde84e8cd33405d84420d1cd Mon Sep 17 00:00:00 2001 From: boojack Date: Fri, 1 Jul 2022 20:10:36 +0800 Subject: [PATCH] chore: update github action --- .github/workflows/build-and-push-release-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-release-image.yml b/.github/workflows/build-and-push-release-image.yml index ce2c2639a..13933c207 100644 --- a/.github/workflows/build-and-push-release-image.yml +++ b/.github/workflows/build-and-push-release-image.yml @@ -21,7 +21,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v1 with: - username: ${{ secrets.DOCKER_NEOSMEMO_USERNAME }} + username: neosmemo password: ${{ secrets.DOCKER_NEOSMEMO_TOKEN }} - name: Set up Docker Buildx @@ -35,4 +35,4 @@ jobs: context: ./ file: ./Dockerfile push: true - tags: ${{ secrets.DOCKER_NEOSMEMO_USERNAME }}/memos:${{ env.VERSION }} + tags: neosmemo/memos:${{ env.VERSION }}