diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2d90342..f074678 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,8 +8,6 @@ jobs: Build: runs-on: ubuntu-latest steps: - - name: pull - run: git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git - name: Build run: | echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin