We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f61a25 commit 31ea9fbCopy full SHA for 31ea9fb
.github/workflows/cli_release.yaml
@@ -19,6 +19,9 @@ jobs:
19
needs: get-dev-image
20
container:
21
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
22
+ # -- privileged this is needed in order for podman to work. Otherwise it fails
23
+ # to create a new namespace when the clone syscall happens.
24
+ options: --privileged
25
env:
26
ARTIFACT_UPLOAD_LOG: "artifact_uploads.json"
27
steps:
0 commit comments