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