From 7ddea20ca451f1ddac90a97539d46c3e9442cd7f Mon Sep 17 00:00:00 2001 From: Bigchen8013 <44867083+Bigchen8013@users.noreply.github.com> Date: Fri, 31 Dec 2021 10:41:42 +0800 Subject: [PATCH] Update main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改simplewhaleci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4684dd64..ba082d24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: file: ./Dockerfile builder: ${{ steps.buildx.outputs.name }} push: true - tags: ushamandya/simplewhale:latest + tags: ushamandya/simplewhaleci:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache -