-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from FlowFuse/fix-workflow
Fix references in workflow
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
flavor: | | ||
latest=true | ||
images: | | ||
flowforge/device-agent | ||
flowfuse/device-agent | ||
- name: Setup QEMU | ||
uses: docker/[email protected] | ||
- name: Setup Docker buildx | ||
|
@@ -67,7 +67,6 @@ jobs: | |
- name: "Install jq" | ||
run: sudo apt-get install -y jq | ||
- name: "Patch module name" | ||
working-directory: helm | ||
run: | | ||
cat package.json | jq '.name = "@flowforge/flowforge-device-agent"' > package.json-patched | ||
mv package.json-patched package.json | ||
|