From e5f995fa1779486fa8edf291c0fd33fc986e6273 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 27 Mar 2023 22:38:40 +0100 Subject: [PATCH] fixes --- .gitea/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 60e122f..576e49f 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -36,6 +36,5 @@ jobs: uses: docker/build-push-action@v4 with: push: true - context: ./runners - file: Node18xDockerfile + context: ./gitea-runner tags: git.fascinated.cc/fascinated/gitea-runner:node-18 \ No newline at end of file