Essaye une nouvelle commande docker
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m6s

This commit is contained in:
2024-12-27 22:12:25 +01:00
parent b60d9c3edc
commit 07e69904a1

View File

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