From 85bfae9bf1367a332292f2f3b68c4da8bd7df5fd Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 25 Aug 2023 19:31:01 +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 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