Skip to content

Commit dfcab81

Browse files
committed
Improve cni-plugins verification
The cni-plugins image is now released by a new workflow identity. To ensure that both new and previous images can be verified, make its identity regex more flexible. x-ref: rancher/image-build-cni-plugins#81 Signed-off-by: Paulo Gomes <[email protected]>
1 parent 05fe2ba commit dfcab81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/internal/gha/mapping.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ var (
7070
"rancher/image-build-etcd": "^https://github.com/rancher/image-build-etcd/.github/workflows/(image-push|release).yml@refs/tags/v",
7171
"rancher/image-build-whereabouts": "^https://github.com/rancher/image-build-whereabouts/.github/workflows/(image-push|release).yml@refs/tags/v",
7272
"rancher/image-build-rke2-cloud-provider": "^https://github.com/rancher/image-build-rke2-cloud-provider/.github/workflows/(image-push|release).yml@refs/tags/v",
73+
"rancher/image-build-cni-plugins": "^https://github.com/rancher/image-build-cni-plugins/.github/workflows/(image-push|release).yml@refs/tags/v",
7374
"rancher/supportability-review": "https://github.com/rancher/supportability-review/.github/workflows/release.yaml@refs/tags/v",
7475
}
7576

0 commit comments

Comments
 (0)