Skip to content

Commit 2ddf237

Browse files
committed
bump regctl to v0.8.3 in CI
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
1 parent 64f6ec6 commit 2ddf237

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.common-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ trigger-pipeline:
150150
# Download the regctl binary for use in the release steps
151151
.regctl-setup:
152152
before_script:
153-
- export REGCTL_VERSION=v0.8.2
153+
- export REGCTL_VERSION=v0.8.3
154154
- apk add --no-cache curl
155155
- mkdir -p bin
156156
- curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ jobs:
440440
name: Check out code
441441
- name: set-up regctl
442442
run: |
443-
export REGCTL_VERSION=v0.8.2
443+
export REGCTL_VERSION=v0.8.3
444444
mkdir -p bin
445445
curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64
446446
chmod a+x bin/regctl

0 commit comments

Comments
 (0)