Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion zot.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: zot
version: "2.1.13"
epoch: 0
epoch: 1 # GHSA-4qg8-fj49-pxjh
description: A production-ready vendor-neutral OCI-native container image registry (purely based on OCI Distribution Specification)
copyright:
- license: Apache-2.0
Expand All @@ -24,6 +24,11 @@ pipeline:
repository: https://github.com/project-zot/zot
tag: v${{package.version}}

- uses: go/bump
with:
deps: |-
github.com/sigstore/[email protected]

- runs: |
GOARCH=$(go env GOARCH)

Expand Down
Loading