From 114b879c7d268eb4c644d8f3e9913d807004f801 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:33:45 +0200 Subject: [PATCH] init --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 907934e..f0d526a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: - uses: docker/build-push-action@v6 with: context: . - dockerfile: Dockerfile.siderolabs + file: Dockerfile.siderolabs push: true target: toolchain tags: ${{ steps.meta.outputs.tags }}