Essaye une nouvelle commande docker
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m6s
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m6s
This commit is contained in:
@@ -23,10 +23,7 @@ jobs:
|
||||
username: eric
|
||||
password: ${{ secrets.GARGOTONTOKEN }} # Assurez-vous d'ajouter ce secret dans Gitea
|
||||
|
||||
- name: Build Docker image
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
docker build -t 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
|
||||
docker build --push --tag gargoton.petite-maison-orange.fr/image/calibre-web:latest .
|
||||
|
||||
Reference in New Issue
Block a user