parent
568ffa2c1a
commit
bd5c207a8b
2 changed files with 2 additions and 0 deletions
|
@ -37,5 +37,6 @@ jobs:
|
|||
name: Build and push
|
||||
run: |
|
||||
export BUILDAH_ISOLATION=chroot
|
||||
export _BUILDAH_STARTED_IN_USERNS=""
|
||||
${{ github.workspace }}/builder.sh ${{ env.REGISTRY_IMAGE }}
|
||||
buildah push ${{ env.REGISTRY_IMAGE }}
|
||||
|
|
|
@ -9,6 +9,7 @@ NODE_VERSION=22.x
|
|||
ctr=$(buildah from "docker.io/library/debian:trixie-20250428")
|
||||
mnt=$(buildah mount $ctr)
|
||||
|
||||
buildah run $ctr -- apt-get update
|
||||
buildah run $ctr -- apt-get install -y --no-install-recommends \
|
||||
buildah \
|
||||
ca-certificates \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue