guigomcha
guigomcha
Hi @JoseIgnacioTamayo @xavier-contreras , you are right. I have an example for the PR that was not finished. I am trying to use the I2NSF data models for policies. They...
I can confirm that it is fixed with ```text pyang==2.6.1 pyangbind==0.8.6 ```
I am running into this issue myself. COuld you tell me what did you do as workaround?? @skeggse
The error might be on the selected kaniko version... https://github.com/GoogleContainerTools/kaniko/issues/2576 I would need to select the kaniko version manually... not sure how
I ended up falling back to kaniko itself with somehting like this ```yaml - name: build and push uses: addnab/docker-run-action@v3 with: image: gcr.io/kaniko-project/executor:v1.20.0-debug options: -v ${{ github.workspace }}:/repo run: |...
I can confirm that this fixes #12121 which is extremely inconvenient  @CheneyCookie thanks!
I am not sure if this applies still but it should be considered to merge