Skip to content

Commit 9d5f1a6

Browse files
committed
set file
1 parent 9233667 commit 9d5f1a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: docker/build-push-action@v5
3131
with:
3232
push: true
33+
file: ${{ matrix.image == 'backend' && 'Dockerfile' || 'clickhouse/Dockerfile' }}
3334
tags: |
3435
ghcr.io/talodev/${{ matrix.image }}:latest
3536
ghcr.io/talodev/${{ matrix.image }}:${{ env.TAG }}

0 commit comments

Comments
 (0)