split build and push steps
All checks were successful
Build and Push Docker Image / build (push) Successful in 28s
All checks were successful
Build and Push Docker Image / build (push) Successful in 28s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user