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