Difference between revisions of "GitHub Actions cache"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* https://docs.docker.com/build/cache/backends/gha/
  
 +
[[gha]]
  
  [[gha]]
+
  - name: Build and push
 +
  uses: [[docker/build-push-action]]@v4
 +
  with:
 +
    context: .
 +
    push: true
 +
    tags: "<registry>/<image>:latest"
 +
    cache-from: type=gha
 +
    cache-to: type=gha,mode=max
  
  
 
* [[Cache]]
 
* [[Cache]]
 +
* [[Build cache]]
  
 
+
* {{BuildKit}}
{{GH A}}
+
* {{GH A}}

Latest revision as of 13:23, 7 April 2023

Advertising: