diff --git a/.github/workflows/docker-publish-release.yaml b/.github/workflows/docker-publish-release.yaml index 4985735b61..f63e42eb77 100644 --- a/.github/workflows/docker-publish-release.yaml +++ b/.github/workflows/docker-publish-release.yaml @@ -69,4 +69,4 @@ jobs: - name: Push docker image release run: make docker-release-push - if: ${{ success() }} + if: github.event_name == 'workflow_dispatch' diff --git a/docker-compose-release.yaml b/docker-compose-release.yaml index 8b567e19b7..a6e74e4ecf 100644 --- a/docker-compose-release.yaml +++ b/docker-compose-release.yaml @@ -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}