Skip to content

Commit

Permalink
Fix contact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Oct 16, 2024
1 parent e66f46a commit 39f0408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/labrinth-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 39f0408

Please sign in to comment.