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
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