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 ea4dcd6 commit 65be65eCopy full SHA for 65be65e
.github/workflows/build-openstack-capi-image.yml
@@ -59,6 +59,7 @@ jobs:
59
60
- name: add user
61
run: |
62
+ mkdir -p ${{ github.workspace }}/output
63
sudo useradd -ms /bin/bash imagebuilder
64
sudo chown -R imagebuilder ${{ github.workspace }}/output
65
0 commit comments