Skip to content

Commit

Permalink
fix manifest generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Jun 11, 2023
1 parent 4f63ce1 commit b7e7605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7e7605

Please sign in to comment.