Skip to content

Commit

Permalink
Merge pull request #202 from FlowFuse/fix-workflow
Browse files Browse the repository at this point in the history
Fix references in workflow
  • Loading branch information
hardillb authored Nov 9, 2023
2 parents ea20067 + 7bf0beb commit 1966bb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1966bb9

Please sign in to comment.