wip
Some checks failed
/ build (push) Failing after 35s

This commit is contained in:
Hornwitser 2025-05-16 17:50:14 +02:00
parent a8d4b11132
commit 65b095c9b3
2 changed files with 6 additions and 25 deletions

View file

@ -34,13 +34,6 @@ buildah run $ctr -- corepack enable pnpm
buildah run $ctr rm -rf /var/lib/apt/lists/*
buildah commit --rm $ctr $1
if [[ $2 ]]; do
builda tag "$@"
fi
for image in "$@"; do
buildah push $image
done
# apt-get install -y --no-install-recommends \
# ca-certificates \