mirror of
https://github.com/usememos/memos.git
synced 2025-01-31 17:48:12 +08:00
revert: chore: update build docker image actions (#2046)
Revert "chore: update build docker image actions (#2045)"
This reverts commit 8f37c77dff
.
This commit is contained in:
parent
8f37c77dff
commit
f5793c142c
2 changed files with 0 additions and 14 deletions
|
@ -30,12 +30,6 @@ jobs:
|
|||
username: neosmemo
|
||||
password: ${{ secrets.DOCKER_NEOSMEMO_TOKEN }}
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: yourselfhosted
|
||||
password: ${{ secrets.DOCKER_YOURSELFHOSTED_TOKEN }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
@ -56,7 +50,6 @@ jobs:
|
|||
with:
|
||||
images: |
|
||||
neosmemo/memos
|
||||
yourselfhosted/memos
|
||||
ghcr.io/usememos/memos
|
||||
tags: |
|
||||
type=raw,value=latest
|
||||
|
|
|
@ -22,12 +22,6 @@ jobs:
|
|||
username: neosmemo
|
||||
password: ${{ secrets.DOCKER_NEOSMEMO_TOKEN }}
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: yourselfhosted
|
||||
password: ${{ secrets.DOCKER_YOURSELFHOSTED_TOKEN }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
@ -48,7 +42,6 @@ jobs:
|
|||
with:
|
||||
images: |
|
||||
neosmemo/memos
|
||||
yourselfhosted/memos
|
||||
ghcr.io/usememos/memos
|
||||
flavor: |
|
||||
latest=false
|
||||
|
|
Loading…
Reference in a new issue