Fix contact path

This commit is contained in:
Jai A
2024-10-16 16:04:45 -07:00
parent e66f46a464
commit 39f0408929

View File

@@ -40,8 +40,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile
context: ./apps/labrinth
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}