Run inside a user namespace
Some checks failed
/ build (push) Failing after 1m17s

This commit is contained in:
Hornwitser 2025-05-17 21:33:38 +02:00
parent 3f7c4e5596
commit e141a3275e

View file

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