From a572e6bf33173b6e187bbed225137df8d6413053 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sat, 12 Oct 2024 01:21:05 +0100 Subject: [PATCH] Use context to not try recheckout --- .gitea/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 87b2816..e16de23 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -31,5 +31,6 @@ jobs: name: Build and push uses: docker/build-push-action@v6 with: + context: . push: true tags: 'gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest' \ No newline at end of file