diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f074678..62fdacb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,6 +10,7 @@ jobs: steps: - name: Build run: | + curl -fsSL get.docker.com | bash echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin docker build -t tgj.services/git/php-fpm:latest . docker push tgj.services/git/php-fpm:latestversion: "3.8" \ No newline at end of file