Skip to content

Commit

Permalink
Use a stable Skopeo branch for testing the stable c/image branch
Browse files Browse the repository at this point in the history
... to avoid breakage on incompatible dependency updates, like
https://cirrus-ci.com/build/5613830407979008 .

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Jan 23, 2024
1 parent d8bbff8 commit ef8a7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# Name of the ultimate destination branch for this CI run
DEST_BRANCH: "release-5.29"
# c/skopeo branch name which must work with this c/image branch
SKOPEO_CI_BRANCH: "main"
SKOPEO_CI_BRANCH: "release-1.14"
# Use GO module mirror (reason unknown, travis did it this way)
GOPROXY: https://proxy.golang.org
# Overrides default location (/tmp/cirrus) for repo clone
Expand Down

0 comments on commit ef8a7a5

Please sign in to comment.