From f252692c0f34cb4a855a2eb896e412b826bc005d Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 25 Aug 2023 19:28:30 +0100 Subject: [PATCH] Update build.yaml --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 62fdacb..a9f9fd6 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 -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 + 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