Skip to content

Commit

Permalink
update regctl in gitlab CI yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Aug 14, 2024
1 parent 412e4f7 commit 7eb2157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ trigger-pipeline:
# Download the regctl binary for use in the release steps
.regctl-setup:
before_script:
- export REGCTL_VERSION=v0.7.0
- export REGCTL_VERSION=v0.7.1
- apk add --no-cache curl
- mkdir -p bin
- curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64
Expand Down

0 comments on commit 7eb2157

Please sign in to comment.