Skip to content

Commit a86bbe0

Browse files
authored
Merge pull request #6 from culiops/features/add_release_ci
fix docker build ci
2 parents 385bb56 + 5731063 commit a86bbe0

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)