Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9a825a7

Browse files
committed
fix(ci): main docker build failing due to path to Dockerfile
1 parent 27eed9b commit 9a825a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/build-push-action@v6
6363
with:
6464
context: apps/server
65-
file: ${{ matrix.dockerfile }}
65+
file: apps/server/${{ matrix.dockerfile }}
6666
load: true
6767
tags: ${{ env.TEST_TAG }}
6868
cache-from: type=gha
@@ -184,7 +184,7 @@ jobs:
184184
uses: docker/build-push-action@v6
185185
with:
186186
context: apps/server
187-
file: ${{ matrix.dockerfile }}
187+
file: apps/server/${{ matrix.dockerfile }}
188188
platforms: ${{ matrix.platform }}
189189
labels: ${{ steps.meta.outputs.labels }}
190190
outputs: type=image,name=${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true

0 commit comments

Comments
 (0)