From f707b0ddf65273024ea8be082b4a04d9a9370e1b Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 3 Jul 2025 15:00:41 -0700 Subject: [PATCH] test --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index b62e625..8e39edc 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -21,6 +21,6 @@ jobs: - name: Build Docker image run: | - docker buildx build --platform linux/amd64 --push -t gitea.fithwum.tech/${{ secrets.DOCKER_USERNAME }}/foundry_vtt:alpine . + docker buildx build --platform linux/amd64 --push -t gitea.fithwum.tech/${{ secrets.DOCKER_USERNAME }}/foundry_vtt:alpine ./alpine - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file