Revert run inside a user namespace

This commit is contained in:
Hornwitser 2025-05-17 21:36:06 +02:00
parent e141a3275e
commit 59551fc830

View file

@ -36,6 +36,5 @@ jobs:
- -
name: Build and push name: Build and push
run: | run: |
id ${{ github.workspace }}/builder.sh ${{ env.REGISTRY_IMAGE }}
buildah unshare ${{ github.workspace }}/builder.sh ${{ env.REGISTRY_IMAGE }}
buildah push ${{ env.REGISTRY_IMAGE }} buildah push ${{ env.REGISTRY_IMAGE }}