Skip to content

Commit

Permalink
Fix references in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Nov 9, 2023
1 parent ea20067 commit 7bf0beb
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 7bf0beb

Please sign in to comment.