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