Actualiser .gitea/workflows/build-push.yaml
All checks were successful
Check Calibre-web version / check-version (push) Successful in 15s
All checks were successful
Check Calibre-web version / check-version (push) Successful in 15s
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
echo "VERSION=$VERSION" >> $GITEA_ENV
|
echo "VERSION=$VERSION" >> $GITEA_ENV
|
||||||
|
|
||||||
|
|
||||||
- name: Set up Buildah
|
- name: Build image using buildah
|
||||||
id: build-image
|
id: build-image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
@@ -59,6 +59,9 @@ jobs:
|
|||||||
layers: true
|
layers: true
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./Dockerfile
|
./Dockerfile
|
||||||
|
extra-args: --storage-driver vfs
|
||||||
|
env:
|
||||||
|
STORAGE_DRIVER: vfs
|
||||||
|
|
||||||
- name: Canceled building
|
- name: Canceled building
|
||||||
if: cancelled()
|
if: cancelled()
|
||||||
|
|||||||
Reference in New Issue
Block a user