We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e91f7 commit f214e53Copy full SHA for f214e53
.github/workflows/build-buildkit.yaml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
cat > Dockerfile << 'EOF'
42
FROM moby/buildkit:${{ github.event.inputs.tag }}
43
+ USER root
44
45
RUN add_user -D -u ${{ github.event.inputs.uid }} oc_user \
46
&& mkdir -p /run/user/${{ github.event.inputs.uid }} /home/oc_user/.local/tmp /home/oc_user/.local/share/buildkit \
@@ -62,4 +63,4 @@ jobs:
62
63
push: true
64
platforms: linux/amd64,linux/arm64
65
tags: |
- ghcr.io/i-am-bee/moby/buildkit:${{ steps.version.outputs.exact_tag }}-uid-${{ github.event.inputs.uid }}
66
+ ghcr.io/i-am-bee/moby/buildkit:${{ github.event.inputs.tag }}-uid-${{ github.event.inputs.uid }}
0 commit comments