Skip to content

Commit

Permalink
Merge pull request wolfi-dev#20428 from joshrwolf/docker-cli-use-tags
Browse files Browse the repository at this point in the history
use tags for identifying releases
  • Loading branch information
ajayk authored May 29, 2024
2 parents 2ed205f + 7e8004a commit 23d1627
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: docker-cli
version: 24.0.6
epoch: 5
version: 26.1.3
epoch: 0
description: The Docker CLI
copyright:
- license: Apache-2.0
Expand All @@ -27,7 +27,7 @@ pipeline:
with:
repository: https://github.com/docker/cli
tag: v${{package.version}}
expected-commit: ed223bc820ee9bb7005a333013b86203a9e1bc23
expected-commit: b72abbb6f0351eb22e5c7bdbba9112fef6b41429

- runs: |
export DISABLE_WARN_OUTSIDE_CONTAINER=1
Expand Down Expand Up @@ -63,7 +63,10 @@ subpackages:

update:
enabled: true
ignore-regex-patterns:
- (.*)(beta|rc)(.*) # Ignore beta, and rc releases
github:
identifier: docker/cli
strip-prefix: v
tag-filter: v
use-tag: true

0 comments on commit 23d1627

Please sign in to comment.