From 02b42a44127eee395618f937720adb8b11db175a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Thu, 31 Oct 2024 09:23:54 +0700 Subject: [PATCH] fixed workflow --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8bee087..1abb824 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -37,8 +37,8 @@ jobs: - name: build and push uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 with: - # context: . - # file: Dockerfile + context: . + file: Dockerfile platforms: | linux/amd64 linux/arm64