Skip to content
Merged
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
6 changes: 3 additions & 3 deletions regclient.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: regclient
version: 0.4.8
epoch: 2
version: 0.5.0
epoch: 0
description: Docker and OCI Registry Client in Go and tooling using those libraries
copyright:
- license: Apache-2.0
Expand All @@ -20,7 +20,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/regclient/regclient/archive/v${{package.version}}/v${{package.version}}.tar.gz
expected-sha256: 9c06fd37df493b5b8f42f0a96174beebaf00012a8826c49c17081687cd0e12f4
expected-sha256: a80483527b80463fe532fed7ac4c8ecfa7181f3ab9bdc4170c3b2c4531c60c95

- runs: |
CGO_ENABLED=0 go build \
Expand Down