summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 07:17:35 +0100
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 07:17:35 +0100
commit47de1d18f272931ac571b7ea0b4008851aa10836 (patch)
treeeae7105de921885a24200a37ce173f593116ec6c
parentf0a77763e7292aa5ba8e78a5f883c1489055fc73 (diff)
feat: use buildah options
-rw-r--r--.forgejo/workflows/demo.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml
index d8048b9..f6ccf5d 100644
--- a/.forgejo/workflows/demo.yaml
+++ b/.forgejo/workflows/demo.yaml
@@ -20,9 +20,5 @@ jobs:
- run: |
apt-get update && \
apt-get install -y buildah
- - name: Buildah Action
- uses: redhat-actions/buildah-build@v2
- with:
- image: test-image
- containerfiles: |
- ./Containerfile
+
+ - run: buildah build --isolation=chroot --storage-driver vfs -f ./Containerfile -t example . \ No newline at end of file