Actualiser .gitea/workflows/build-push.yaml
All checks were successful
Check Calibre-web version / check-version (push) Successful in 15s

This commit is contained in:
2025-04-13 20:02:47 +02:00
parent 1b8a5e985b
commit ce747b8a04

View File

@@ -50,7 +50,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITEA_ENV
- name: Set up Buildah
- name: Build image using buildah
id: build-image
uses: redhat-actions/buildah-build@v2
with:
@@ -59,6 +59,9 @@ jobs:
layers: true
containerfiles: |
./Dockerfile
extra-args: --storage-driver vfs
env:
STORAGE_DRIVER: vfs
- name: Canceled building
if: cancelled()