Skip to content

Commit

Permalink
Create buildx cache file
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Dec 13, 2024
1 parent 8f68ef9 commit 2848242
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 2848242

Please sign in to comment.