Skip to content

Commit 5731063

Browse files
committed
fix docker build ci
1 parent 1fa74b0 commit 5731063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build and push Docker image
6161
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
6262
with:
63-
context: ./extensions
63+
context: .
6464
push: true
6565
tags: ${{ steps.meta.outputs.tags }}
6666
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)