Skip to content

patch(deps): update k8scloudprovider/cinder-csi-plugin docker tag to … #20

patch(deps): update k8scloudprovider/cinder-csi-plugin docker tag to …

patch(deps): update k8scloudprovider/cinder-csi-plugin docker tag to … #20

Workflow file for this run

---
name: build
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
kustomize:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Build manifest
uses: actionhippie/kustomize@v2
with:
version: 5.0.3
...