diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 62f27fa7..a3059325 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest needs: - - build-docker-image + - release-dev steps: - name: Checkout code diff --git a/CHANGELOG.md b/CHANGELOG.md index d670a43d..52852f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ Contains all the PRs that improved the code without changing the behaviours. - [#347](https://github.com/archway-network/archway/pull/347) - Unified release for cross compiled binaries and docker images - [#360](https://github.com/archway-network/archway/pull/360) - Fix github access token for release workflow - [#361](https://github.com/archway-network/archway/pull/361) - Readd missing deprecated Dockerhub build phase +- [#362](https://github.com/archway-network/archway/pull/362) - wrong reference in the deploy pipeline ### Fixed