Skip to content

Commit a214c77

Browse files
authored
fix cd (#3246)
1 parent dba46e5 commit a214c77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
uses: docker/build-push-action@v5
6565
with:
6666
context: .
67-
file: ${{ matrix.directory }}/${{ matrix.project }}/Dockerfile
67+
file: Dockerfile
68+
target: ${{ matrix.project }}
6869
build-args: COMMIT=${{ steps.vars.outputs.sha_short }}
6970
push: true
7071
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)