Skip to content

Commit

Permalink
Add cache support back
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jul 18, 2024
1 parent 9d5be9f commit 2c4069f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builder-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
"AUTOWARE_VERSION=${{ env.AUTOWARE_VERSION }}"
tags: "${{ steps.meta-builder.outputs.tags }}"
# push: true
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build builder w/cache image
uses: docker/build-push-action@v6
Expand All @@ -94,3 +96,5 @@ jobs:
"AUTOWARE_VERSION=${{ env.AUTOWARE_VERSION }}"
tags: "${{ steps.meta-builder-with-cache.outputs.tags }}"
# push: true
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 2c4069f

Please sign in to comment.