From cb288e57fb3aa30212b84d6b99c4961d9c337018 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 6 Mar 2025 20:59:23 +0000 Subject: [PATCH] Update build.yaml --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 53cb359..ccf9562 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,8 +14,8 @@ jobs: token: ${{ secrets.gitsecrets }} - name: Install run: curl -fsSL get.docker.com | bash - - name: Clone - run: git clone https://git.tgj.services/thatguyjack/wednesday-emails.git . +# - name: Clone +# run: git clone https://git.tgj.services/thatguyjack/wednesday-emails.git . - name: Login run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login https://git.tgj.services -u ThatGuyJack --password-stdin - name: Buildx Container