Hardcodepath
Build & Push Docker image / build-and-push (push) Failing after 1m50s
ci / build_linux (push) Has been cancelled

This commit is contained in:
2025-11-07 22:17:31 +10:30
parent b9370eb2d5
commit a25f5f602e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}
+1 -1
View File
@@ -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: |