From 53363efd2a80f869ae6ddd5542d47a8c3e8c8d22 Mon Sep 17 00:00:00 2001 From: clive Date: Mon, 29 Dec 2025 20:49:32 +1100 Subject: [PATCH] Update .gitea/workflows/default.yaml Comment: Build Docker location. --- .gitea/workflows/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 566913a..64a9761 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -18,7 +18,7 @@ jobs: registry: https://registry.rokoh.com - name: Build Docker image - run: docker build . -t clivelancaster:latest -f clivelancaster/Dockerfile + run: docker build . -t clivelancaster:latest -f Dockerfile - name: Tag Docker image run: docker tag clivelancaster:latest registry.rokoh.com/clivelancaster:latest