From cfcf7e2fb973af596ced93b84fdfab2af3a9cc36 Mon Sep 17 00:00:00 2001 From: NibiruHeisenberg <101130700+NibiruHeisenberg@users.noreply.github.com> Date: Wed, 24 Aug 2022 11:13:51 -0700 Subject: [PATCH 1/2] Add buildx --- .github/workflows/docker-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 3a2834dae..926249bc5 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -12,6 +12,9 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + - name: Log in to the Container registry uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 with: From c688a3eaf25341953afaf59b59e1018b41eee26a Mon Sep 17 00:00:00 2001 From: NibiruHeisenberg <101130700+NibiruHeisenberg@users.noreply.github.com> Date: Wed, 24 Aug 2022 11:18:24 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b998fcb..539bf138c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixes -* [850](https://github.com/NibiruChain/nibiru/pull/850) - x/vpool - properly validate vpools at genesis +* [#850](https://github.com/NibiruChain/nibiru/pull/850) - x/vpool - properly validate vpools at genesis +* [#854](https://github.com/NibiruChain/nibiru/pull/854) - add buildx to the docker release workflow ### Features