From 25a526b0bb20704a72f088b470f4e26aa2fa3d66 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 6 Jul 2025 12:19:09 -0700 Subject: [PATCH] fdghfdgh --- .gitea/workflows/base-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 718f2aa..79e4768 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -73,8 +73,9 @@ jobs: - name: Clone upload repo run: git clone https://gitea.fithwum.tech/fithwum/alpine-base.git upload-repo + - name: Build and push Docker image + run: | cd upload-repo - docker buildx build \ --file latest/Dockerfile \ --platform linux/amd64 \