Skip to content

Commit

Permalink
Merge pull request #11 from bensteinberg/create-cache
Browse files Browse the repository at this point in the history
Create buildx cache file
  • Loading branch information
bensteinberg authored Dec 13, 2024
2 parents 8f68ef9 + 2848242 commit 4c8343f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ runs:
run: |
set -x
touch /tmp/.buildx-cache
BUILD_COMMAND="docker buildx bake -f docker-compose.yml -f docker-compose.override.yml ${{ steps.update-tags.outputs.services-to-rebuild }} \
--set *.cache-to=type=local,mode=max,dest=/tmp/.buildx-cache --set *.cache-from=type=local,src=/tmp/.buildx-cache"
Expand Down

0 comments on commit 4c8343f

Please sign in to comment.