Skip to content

Commit

Permalink
more caching experiments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Apr 11, 2024
1 parent 26a444d commit 6925cac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/dockerize/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ runs:
tags: ${{ inputs.artifact_registry }}/${{ inputs.project_id }}/docker-registry/${{ inputs.service_name }}:${{ github.sha }}
cache-from: type=registry,ref=${{ inputs.artifact_registry }}/${{ inputs.project_id }}/docker-registry/${{ inputs.service_name }}/app:buildcache
cache-to: type=registry,ref=${{ inputs.artifact_registry }}/${{ inputs.project_id }}/docker-registry/${{ inputs.service_name }}/app:buildcache,mode=max
build-args: BUILDKIT_INLINE_CACHE=1
load: false
no-cache: false
progress: plain

0 comments on commit 6925cac

Please sign in to comment.