ffs
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
Christoph Haas 2026-02-05 23:16:33 +01:00
parent 2cc7bf827f
commit 25074605d4

View file

@ -36,6 +36,8 @@ jobs:
# 'bud' stands for Build-Using-Dockerfile
buildah bud \
--storage-driver vfs \
--isolation chroot \
--net host \
-t "$CONTAINER_IMAGE" .
# Tagging is just as simple