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 skopeo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: skopeo
version: 1.12.0
epoch: 2
version: 1.13.0
epoch: 0
description: Work with remote images registries - retrieving information, images, signing content
copyright:
- license: Apache-2.0
Expand All @@ -20,7 +20,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/containers/skopeo/archive/v${{package.version}}/v${{package.version}}.tar.gz
expected-sha256: f7bbb3748eeb0c29abf5bfe9b1c1a149464c4ea65705e25686df3b9bcbd7bb89
expected-sha256: 65c90d5ba55a5075e56f9a4a5d96a46ca4c443f4cd2701c2eabb9592ba3460ce

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