Skip to content

Commit

Permalink
Merge pull request #11 from OpenCHAMI/fix-attestation
Browse files Browse the repository at this point in the history
Fix attestation
  • Loading branch information
alexlovelltroy authored Jan 19, 2024
2 parents 6900a98 + fb837f4 commit 6dcd071
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- name: generate build provenance
uses: github-early-access/generate-build-provenance@main
with:
subject-name: ghcr.io/openchami/ochami-init
subject-name: ghcr.io/openchami/bss
subject-digest: ${{ steps.process_goreleaser_output.outputs.digest }}
push-to-registry: true
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [1.27.2] - 2024-01-19

- Added postgres backend
- Added github-based attestation
- Moved flags to environment variables

## [1.26.0] - 2023-07-06

### Added
Expand Down

0 comments on commit 6dcd071

Please sign in to comment.