diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 865bd4b..fcb5047 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,6 +15,6 @@ jobs: - 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