From dcf88c0c81aa344dd3be4e51c7fcc79cc0dc5a9c Mon Sep 17 00:00:00 2001 From: Viktor Baranov Date: Tue, 3 Sep 2024 20:57:29 +0300 Subject: [PATCH] Change branch for eth to production-eth --- .github/workflows/publish-docker-image-for-eth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-image-for-eth.yml b/.github/workflows/publish-docker-image-for-eth.yml index 081e187ebf..0f35962eee 100644 --- a/.github/workflows/publish-docker-image-for-eth.yml +++ b/.github/workflows/publish-docker-image-for-eth.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - production-eth-experimental + - production-eth jobs: push_to_registry: name: Push Docker image to Docker Hub