mirror of https://github.com/usememos/memos.git
chore: update github action
This commit is contained in:
parent
87e6277977
commit
e46b02cb3b
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue