Difference between revisions of "GitHub Actions cache"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
  [[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
  
  

Revision as of 13:16, 7 April 2023

Advertising: