fix buildah error
Some checks failed
os / build (push) Failing after 8s

This commit is contained in:
Anders da Silva Rytter Hansen 2026-05-02 11:16:42 -03:00
commit 777ae24e4e

View file

@ -28,6 +28,16 @@ jobs:
steps:
- name: Configure Buildah storage
run: |
mkdir -p ~/.config/containers
cat > ~/.config/containers/storage.conf <<EOF
[storage]
driver = "vfs"
runroot = "/tmp/run"
graphroot = "/tmp/storage"
EOF
- name: Get current date
id: date
run: echo "date=$(date +'%Y%m%d')" >> $FORGEJO_OUTPUT