Skip to content

Commit

Permalink
Update version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Jun 10, 2024
1 parent 2b9cbf3 commit 0c727fa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,25 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish
id: publish
run: |
npm install
npx @dappnode/dappnodesdk publish patch --dappnode_team_preset
npx @dappnode/dappnodesdk publish patch --dappnode_team_preset | tee /tmp/publish.log
ipfs_hash=$(grep -oP 'Release hash : \K/ipfs/\w+' /tmp/publish.log)
echo "ipfs_hash=$ipfs_hash" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEVELOPER_ADDRESS: "0x7305356ad936A06c4ea5DF45AD5E5C3ff9Db818E"

- name: Send message to Zulip
uses: zulip/zulip-action@v1
with:
api-key: ${{ secrets.ZULIP_API_KEY }}
email: "[email protected]"
organization-url: "https://hopr.zulipchat.com"
type: "stream"
to: "Releases"
topic: "main"
content: |
A new hoprd dAppNode package version is available.
- IPFS Hash: ${{ steps.publish.outputs.ipfs_hash }}
Access to your dAppNode and check for the updates
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: .
args:
UPSTREAM_VERSION: >-
2.1.0@sha256:28f5db3a37275edecb3b4d52f2d254832bf3346d9464a538c419575a40d8b744
2.1.1@sha256:76fd5c58ccef5936e137e4990a7381ef27b25dc35bc4944c3079300951197cda
ports:
- "3001:3001/tcp"
- "9091:9091/tcp"
Expand Down

0 comments on commit 0c727fa

Please sign in to comment.