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: |