split build and push steps
All checks were successful
Build and Push Docker Image / build (push) Successful in 28s

This commit is contained in:
2024-12-27 23:54:33 +01:00
parent cebd35bd2d
commit 1124665588
2 changed files with 5 additions and 6 deletions

View File

@@ -25,5 +25,8 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
run: | run: |
docker build --push --tag gargoton.petite-maison-orange.fr/image/calibre-web:latest . docker build --tag gargoton.petite-maison-orange.fr/image/calibre-web:latest .
- name: Push Docker image
run: |
docker push gargoton.petite-maison-orange.fr/image/calibre-web:latest

View File

@@ -6,7 +6,3 @@ Build the image on mac OS with orbstack docker:
```bash ```bash
docker build . --platform linux/amd64 --debug docker build . --platform linux/amd64 --debug
``` ```
libcalibre-launcher.so
libjpeg.so.8
libpython3.11.so.1.0