From c67dbb1ddcd777f7df6675972d8fe9d7f668a38d Mon Sep 17 00:00:00 2001 From: MatBureau <86561676+MatBureau@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:46:17 +0200 Subject: [PATCH] ci: add build and push pipeline --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 83e0095..1771352 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,6 +23,6 @@ jobs: - name: Build and Push uses: docker/build-push-action@v5 with: - context: . + context: ./buildup push: true tags: harbor.reveal07.evoliatis.eu/buildup/buildup:latest \ No newline at end of file