diff --git a/action.yml b/action.yml index 9dae1ee..e512fda 100644 --- a/action.yml +++ b/action.yml @@ -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"