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