From f5793c142ca7c3f67f2096e780cbee7577c594ed Mon Sep 17 00:00:00 2001 From: boojack Date: Sat, 29 Jul 2023 16:09:00 +0800 Subject: [PATCH] revert: chore: update build docker image actions (#2046) Revert "chore: update build docker image actions (#2045)" This reverts commit 8f37c77dffee3182afb2706580c27fcabc5539da. --- .github/workflows/build-and-push-release-image.yml | 7 ------- .github/workflows/build-and-push-test-image.yml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.github/workflows/build-and-push-release-image.yml b/.github/workflows/build-and-push-release-image.yml index b95d5ff9..0c90e82a 100644 --- a/.github/workflows/build-and-push-release-image.yml +++ b/.github/workflows/build-and-push-release-image.yml @@ -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 diff --git a/.github/workflows/build-and-push-test-image.yml b/.github/workflows/build-and-push-test-image.yml index d6087770..14efe630 100644 --- a/.github/workflows/build-and-push-test-image.yml +++ b/.github/workflows/build-and-push-test-image.yml @@ -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