Fix docker path

This commit is contained in:
Jai A 2024-10-16 15:59:29 -07:00
parent 907ef38189
commit 26ce83f8f1
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -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 }}