diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d31f024..dac25ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,17 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + + - name: Set up Docker Compose + run: | + sudo apt-get update + sudo apt-get install -y docker-compose + - name: Build and upload to IPFS run: | npm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4574711..ca7a937 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,17 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + + - name: Set up Docker Compose + run: | + sudo apt-get update + sudo apt-get install -y docker-compose + - name: Build and publish to package repository id: publish run: | @@ -38,6 +48,6 @@ jobs: to: "Releases" topic: "main" content: | - A new hoprd dAppNode package version is available. + A new hoprd dAppNode package (dufour) version is available. - IPFS Hash: ${{ steps.publish.outputs.ipfs_hash }} Access to your dAppNode and check for the updates \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 0e9776f..8bb0606 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,7 @@ version: "3.5" services: node: - # Do not set image name here, it will be set automatically by the sdk. - # image: "node.hopr.public.dappnode.eth:1.0.21" + # Do not set image field here, it will be set automatically by the sdk. build: context: . args: @@ -54,9 +53,9 @@ services: build: context: ./hopr-admin image: >- - europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.6 + europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.6.1 ports: - - "3000:80" + - "3000:4677" restart: unless-stopped deploy: resources: