Unverified Commit f5793c14 authored by boojack's avatar boojack Committed by GitHub

revert: chore: update build docker image actions (#2046)

Revert "chore: update build docker image actions (#2045)"

This reverts commit 8f37c77d.
parent 8f37c77d
...@@ -30,12 +30,6 @@ jobs: ...@@ -30,12 +30,6 @@ 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:
...@@ -56,7 +50,6 @@ jobs: ...@@ -56,7 +50,6 @@ 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,12 +22,6 @@ jobs: ...@@ -22,12 +22,6 @@ 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:
...@@ -48,7 +42,6 @@ jobs: ...@@ -48,7 +42,6 @@ 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
......
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