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