From ce8f754b0d81548ec30e8ef239f89bd8b89faddd Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 13 Apr 2026 15:18:02 +0300 Subject: [PATCH] fix ci build --- .gitea/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 0e95b8a..c5cdcef 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -30,7 +30,7 @@ jobs: - name: Build image uses: docker/build-push-action@v4 with: - context: . + context: build push: false tags: gitea.b4tman.ru/${{ gitea.repository }}:test push: @@ -70,7 +70,7 @@ jobs: - name: Build and push image uses: docker/build-push-action@v4 with: - context: . + context: build push: true #platforms: linux/amd64,linux/arm64 platforms: linux/amd64