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