uses: docker/bake-action (Experimental)

From wikieduonline
Revision as of 13:24, 7 April 2023 by Welcome (talk | contribs)
Jump to navigation Jump to search

 docker/bake-action@v2


     - name: Build builder images
       uses: docker/bake-action@v2
       with:
         targets: builder
         load: true
         set: |
           *.cache-from=type=local,src=/buildx-cache/your-project
           *.cache-to=type=local,dest=/buildx-cache/your-project,mode=max


no-cache
uses: docker/build-push-action

Advertising: