Mise à jour du workflow Docker et du Dockerfile
Build and Push Docker Image / build-and-push (push) Successful in 6m1s
Build and Push Docker Image / build-and-push (push) Successful in 6m1s
- Ajout de la gestion du cache pour la construction de l'image Docker. - Correction de l'installation de Playwright pour utiliser uniquement chromium-headless-shell.
This commit is contained in:
@@ -55,4 +55,6 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=${{ steps.prep.outputs.registry }}/${{ steps.prep.outputs.repo_lower }}:buildcache
|
||||
cache-to: type=registry,ref=${{ steps.prep.outputs.registry }}/${{ steps.prep.outputs.repo_lower }}:buildcache,mode=max
|
||||
Reference in New Issue
Block a user