From f3ac24070d1a7a258382e630dde9fbf5a3142f25 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 25 Aug 2023 19:19:27 +0100 Subject: [PATCH] Update build.yaml --- .gitea/workflows/build.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a44d66d..2d90342 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,15 +5,12 @@ on: branches: [main] jobs: - deploy: -# defaults: -# run: -# working-directory: /repo + Build: + runs-on: ubuntu-latest steps: - - name: Checkout repo - run: git pull tgj.services/git/ThatGuyJack/php-fpm-docker main - - - name: Deploy + - name: pull + run: git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git + - name: Build run: | echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin docker build -t tgj.services/git/php-fpm:latest .