mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update build docker image actions (#2045)
This commit is contained in:
@@ -30,6 +30,12 @@ jobs:
|
|||||||
username: neosmemo
|
username: neosmemo
|
||||||
password: ${{ secrets.DOCKER_NEOSMEMO_TOKEN }}
|
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
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@@ -50,6 +56,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
neosmemo/memos
|
neosmemo/memos
|
||||||
|
yourselfhosted/memos
|
||||||
ghcr.io/usememos/memos
|
ghcr.io/usememos/memos
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest
|
type=raw,value=latest
|
||||||
|
@@ -22,6 +22,12 @@ jobs:
|
|||||||
username: neosmemo
|
username: neosmemo
|
||||||
password: ${{ secrets.DOCKER_NEOSMEMO_TOKEN }}
|
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
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@@ -42,6 +48,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
neosmemo/memos
|
neosmemo/memos
|
||||||
|
yourselfhosted/memos
|
||||||
ghcr.io/usememos/memos
|
ghcr.io/usememos/memos
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
|
Reference in New Issue
Block a user