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 b7d1263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:

- name: Push docker image release
run: make docker-release-push
if: ${{ success() }}
if: github.event_name == 'workflow_dispatch'
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 b7d1263

Please sign in to comment.