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 c172f45 commit e8544c9Copy full SHA for e8544c9
.github/workflows/cli_release.yaml
@@ -19,9 +19,6 @@ jobs:
19
needs: get-dev-image
20
container:
21
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
22
- # --privileged 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