Unverified Commit 8f37c77d authored by boojack's avatar boojack Committed by GitHub

chore: update build docker image actions (#2045)

parent 28aecd86
......@@ -30,6 +30,12 @@ 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:
......@@ -50,6 +56,7 @@ jobs:
with:
images: |
neosmemo/memos
yourselfhosted/memos
ghcr.io/usememos/memos
tags: |
type=raw,value=latest
......
......@@ -22,6 +22,12 @@ 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:
......@@ -42,6 +48,7 @@ jobs:
with:
images: |
neosmemo/memos
yourselfhosted/memos
ghcr.io/usememos/memos
flavor: |
latest=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment