From 3511cebc51b9d971fbedb840f25b1c17bf7f9aa1 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 25 Aug 2023 19:42:37 +0100 Subject: [PATCH] Update build.yaml --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f6d18f9..20f3596 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - name: Install run: curl -fsSL get.docker.com | bash - name: Clone - run: git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git . + run: git clone https://tgj.services/git/ThatGuyJack/php-fpm-docker.git . - name: Build run: | echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin