Explorar el Código

ci: enable gha caching on docker/build-push-action

Nicolas Duchon hace 2 años
padre
commit
e2997d9fb9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/build-publish.yml

+ 2 - 0
.github/workflows/build-publish.yml

@@ -92,6 +92,8 @@ jobs:
           push: true
           tags: ${{ steps.docker_meta.outputs.tags }}
           labels: ${{ steps.docker_meta.outputs.labels }}
+          cache-from: type=gha
+          cache-to: type=gha,mode=max
 
       - name: Images digests
         run: echo ${{ steps.docker_build.outputs.digest }}