You've already forked AstralRinth
Fix docker path
This commit is contained in:
2
.github/workflows/labrinth-docker.yml
vendored
2
.github/workflows/labrinth-docker.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: .apps/labrinth/Dockerfile
|
||||
file: ./apps/labrinth/Dockerfile
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
Reference in New Issue
Block a user