Skip to content

Commit

Permalink
fix: update the default context for docker publishing (#1235)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
  • Loading branch information
ayushnau and derberg authored Jul 30, 2024
1 parent 2d51aa3 commit a3e93ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/proud-brooms-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@asyncapi/generator": patch
---

update the git context for the docker versioning.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build Image
uses: docker/build-push-action@v4
with:
context: './apps/generator'
context: "{{defaultContext}}:apps/generator"
push: true
load: false
build-args: |
Expand Down

0 comments on commit a3e93ef

Please sign in to comment.