Hardcodepath
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user