Skip to content

Commit

Permalink
speed up debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed May 1, 2024
1 parent 3c3c867 commit 4bee1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ runs:
load: true
tags: |
${{ steps.meta.outputs.tags }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
file: ${{ inputs.FILE }}
context: ${{ inputs.CONTEXT }}
# cannot use multiple platforms with `load`, build a single arch image for validation purposes in CI
Expand Down

0 comments on commit 4bee1ca

Please sign in to comment.