Skip to content

Commit

Permalink
fix: fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Jul 17, 2024
1 parent 47de72a commit 002e3c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rotten-keys-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stackspulse": patch
---

Fix docker build.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:

- name: Trigger Docker Publish
if: steps.changesets.outputs.published == 'true'
run: gh workflow run docker-publish.yml --ref v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
run: gh workflow run docker-publish.yml --ref stackspulse@${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

0 comments on commit 002e3c1

Please sign in to comment.