From 12e2b4b186b1f0116a4e41db46e9f358d897a21f Mon Sep 17 00:00:00 2001 From: Jack Brierley Date: Fri, 25 Aug 2023 18:57:01 +0000 Subject: [PATCH] Update .gitea/workflows/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 fcb5047..7d0d2e6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,10 +11,10 @@ jobs: - name: Install run: curl -fsSL get.docker.com | bash - name: Clone - run: git clone https://tgj.services/git/ThatGuyJack/php-fpm-docker.git . + run: git clone https://tgj.services/git/thatguyjack/php-fpm-docker.git . - name: Login run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin - name: Build - run: docker build . -t tgj.services/git/ThatGuyJack/php-fpm:latest + run: docker build . -t tgj.services/git/thatguyjack/php-fpm:latest - name: Push - run: docker push tgj.services/git/ThatGuyJack/php-fpm:latest \ No newline at end of file + run: docker push tgj.services/git/thatguyjack/php-fpm:latest \ No newline at end of file