diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9f062d6..6529ca2 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -150,7 +150,7 @@ jobs:
 
       - name: build manifest
         run: |
-          mix bonny.gen.manifest --image "${{ fromJson(needs.read_matrix_output.outputs.result).docker_image[matrix.arch] }}" --namespace kompost -o manifest${{ steps.prepare_vars.outputs.dest }}.yaml
+          mix bonny.gen.manifest --image "${{ fromJson(needs.read_matrix_output.outputs.result).dest_image[matrix.arch] }}" --namespace kompost -o manifest${{ steps.prepare_vars.outputs.dest }}.yaml
 
       - name: upload manifest as artifact
         uses: actions/upload-release-asset@v1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16d6b50..0a8c266 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,6 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## Unreleased
-
 ## [0.2.2] - 2023-06-11
 
 ### Changed