From 35ef9ee8ccf0741c910414daaeb8293b91681b46 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Wed, 4 Dec 2024 14:57:07 +0100 Subject: [PATCH] add build step --- .gitea/workflows/build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 73598e3..b2565f3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,9 +6,10 @@ on: push # branches: # - main jobs: - deploy: + build: runs-on: ubuntu-latest steps: - - name: test - run: echo "test" + - name: build + working-directory: .docker + run: docker build -t git.simonis.lol/sites/file-explorer:latest .