Skip to content

Commit

Permalink
Update release docker repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed May 31, 2024
1 parent a8e1fe7 commit 76a4547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ services:
build:
context: .
dockerfile: node/cmd/Dockerfile
image: ghcr.io/layr-labs/eigenda/node:${RELEASE_TAG}
image: ghcr.io/layr-labs/eigenda/opr-node:${RELEASE_TAG}
nodeplugin:
build:
context: .
dockerfile: node/plugin/cmd/Dockerfile
image: ghcr.io/layr-labs/eigenda/nodeplugin:${RELEASE_TAG}
image: ghcr.io/layr-labs/eigenda/opr-nodeplugin:${RELEASE_TAG}

0 comments on commit 76a4547

Please sign in to comment.