From a25f5f602e647e9f746b0ca7766e4dd911264538 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Fri, 7 Nov 2025 22:17:31 +1030 Subject: [PATCH] Hardcodepath --- .gitea/workflows/build-and-push.yaml | 2 +- .gitea/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 7a43d43..7e4edf8 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -75,7 +75,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: ${{ github.repository }}/Dockerfile + file: TinfoilVibeServer/Dockerfile push: true tags: | ${{ vars.REGISTRY_HOST }}/${{ steps.github_repository_to_lowercase.outputs.lowercase }}:${{ github.sha }} diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9c31467..2d9bb15 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: ${{ github.repository }}/Dockerfile + file: TinfoilVibeServer/Dockerfile # do not push yet push: false tags: |