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 \