From 9a595a7878fbc64d581f376547be386ef8d4d852 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 25 Aug 2023 19:37:42 +0100 Subject: [PATCH] Update build.yaml --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ba1cc34..24f8153 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,5 +13,5 @@ jobs: curl -fsSL get.docker.com | bash echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git . - docker build -t tgj.services/git/thatguyjack/php-fpm:latest . + 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