Skip to content

Commit 9243296

Browse files
committed
Fix again
1 parent 26ce83f commit 9243296

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/labrinth-docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
jobs:
1818
docker:
1919
runs-on: ubuntu-latest
20+
defaults:
21+
run:
22+
working-directory: ./apps/labrinth
2023
steps:
2124
- name: Checkout
2225
uses: actions/checkout@v2
@@ -38,7 +41,7 @@ jobs:
3841
uses: docker/build-push-action@v2
3942
with:
4043
context: .
41-
file: ./apps/labrinth/Dockerfile
44+
file: Dockerfile
4245
push: ${{ github.event_name != 'pull_request' }}
4346
tags: ${{ steps.docker_meta.outputs.tags }}
4447
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)