From 89d2326f0c0aa6ed3d418a29f06caa1c95970fd5 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Tue, 5 Mar 2024 16:55:13 -0700 Subject: [PATCH 1/3] fix typo --- .github/workflows/docker-build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index a1fcf712a3..76646a5e48 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: false env: - DOCKER_REPO: "zeatcored" + DOCKER_REPO: "zetacored" DOCKER_ORG: "zetachain" DOCKER_REGISTRY: "https://index.docker.io/v1/" From d71ecde5b34de314ed51d0eac306eacea72e5990 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Tue, 5 Mar 2024 16:56:22 -0700 Subject: [PATCH 2/3] updated --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 9da339d95a..7c080d83ea 100644 --- a/changelog.md +++ b/changelog.md @@ -96,6 +96,7 @@ * Added scripts for the new docker image that facilitate the start up automation. * Adjusted the docker pipeline slightly to pull the version on PR from the app.go file. * [1781](https://github.com/zeta-chain/node/pull/1781) - add codecov coverage report in CI +* Fix docker repo typo. ### Features From 6e95ee6ce0e5225d304aea21b99fa60e20328e20 Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Wed, 6 Mar 2024 08:09:02 +0100 Subject: [PATCH 3/3] Update changelog.md --- changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7c080d83ea..9da339d95a 100644 --- a/changelog.md +++ b/changelog.md @@ -96,7 +96,6 @@ * Added scripts for the new docker image that facilitate the start up automation. * Adjusted the docker pipeline slightly to pull the version on PR from the app.go file. * [1781](https://github.com/zeta-chain/node/pull/1781) - add codecov coverage report in CI -* Fix docker repo typo. ### Features