Skip to content

Commit

Permalink
tries fixing generate artifact attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Dec 3, 2024
1 parent 6c55540 commit adab6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-name: ${{ steps.meta.outputs.tags }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
maintainers = [
{name = "Tim Holzheim", email = "[email protected]"},
]
version = "0.0.9"
version = "0.0.10"
readme = "README.md"
license= "Apache-2.0"
dependencies = [
Expand Down

0 comments on commit adab6ab

Please sign in to comment.